DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on PO_GML_DB_COMMON

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

180:
181: x_inv_item_type := check_inv_item_type (itemtype, itemkey, x_dest_org_id, x_item_id);
182:
183: -- call the SLA API instead of GML_ACT_ENERATE */
184: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
185: then
186: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
187: itemkey => itemkey,
188: aname => 'VENDOR_SITE_ID');

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

514: end if;
515: End DEBUG */
516:
517: --
518: if ( PO_GML_DB_COMMON.check_process_org(x_dest_org_id) = 'Y')
519: then
520: x_vendor_site_id := po_wf_util_pkg.GetItemAttrNumber ( itemtype => itemtype,
521: itemkey => itemkey,
522: aname => 'VENDOR_SITE_ID');