DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on PO_GML_DB_COMMON

Line 119: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')

115: itemkey => itemkey,
116: aname => 'ITEM_ID');
117: --
118: --call SLA API instead of GML_ACCT_GENERATE */
119: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
120: then
121: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
122: itemkey => itemkey,
123: aname => 'VENDOR_SITE_ID');

Line 235: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')

231: aname => 'DESTINATION_ORGANIZATION_ID');
232:
233: -- ret := fnd_installation.get_app_info('GMI', X_status, dummy, dummy);
234:
235: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
236: then
237: x_item_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
238: itemkey => itemkey,
239: aname => 'ITEM_ID');