DBA Data[Home] [Help]

APPS.PA_INVOICE_XFER dependencies on MO_GLOBAL

Line 112: l_org_id := MO_GLOBAL.get_current_org_id;

108:
109: /** Shared services changes: get org id from org context, and
110: insert it into table RA_INTERFACE_DISTRIBUTIONS as ORG_ID.
111: **/
112: l_org_id := MO_GLOBAL.get_current_org_id;
113:
114: /**
115: Insert Single Account rounding amount in Interface Distribution
116: **/

Line 273: l_org_id := MO_GLOBAL.get_current_org_id;

269:
270: /** Shared services changes: get org id from org context, and
271: insert it into table RA_INTERFACE_DISTRIBUTIONS as ORG_ID.
272: **/
273: l_org_id := MO_GLOBAL.get_current_org_id;
274:
275: /**
276: Insert UBR rounding amount in Interface Distribution
277: **/

Line 505: l_org_id := MO_GLOBAL.get_current_org_id;

501:
502: /** Shared services changes: get org id from org context, and
503: insert it into table RA_INTERFACE_DISTRIBUTIONS as ORG_ID.
504: **/
505: l_org_id := MO_GLOBAL.get_current_org_id;
506:
507: /* For Write-off of Regular Invoice and InterCompany Invoice,the entry
508: type is same i.e. only two accounts are involved - Write-off/IC Revenue
509: account and Recivable/IC Receivable account . */