Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #36846 All Revisions ] Back to Issue ]
Summary 0036846: Cannot complete an inter-company invoice if the target organization or one of their parents are not Legal With Accounting
Revision 2017-09-13 12:56 by ngarcia
Description Cannot complete an inter-company invoice if the target organization or one of their parents are not Legal With Accounting.

In INTERCO_CREATE_INVOICE the source organization is being used for checking the period is open instead of the target organization:

          SELECT AD_GET_DOC_LE_BU('C_INVOICE', p_record_ID, 'C_INVOICE_ID', 'LE')
          INTO v_org_bule_id
          FROM DUAL;
Revision 2017-09-13 12:52 by ngarcia
Description Cannot complete an inter-company invoice if the target organization is not Legal With Accounting.

In INTERCO_CREATE_INVOICE the source organization is being used for checking the period is open instead of the target organization:

          SELECT AD_GET_DOC_LE_BU('C_INVOICE', p_record_ID, 'C_INVOICE_ID', 'LE')
          INTO v_org_bule_id
          FROM DUAL;


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker