DBA Data[Home] [Help]

APPS.PO_INVOICES_SV1 dependencies on PO_MOAC_UTILS_PVT

Line 181: PO_MOAC_UTILS_PVT.Get_Current_Org_Id Payer_Org_Id,

177: first lookup the values at the vendor-site first. If not found, then
178: we would use the values specified at the vendor site. */
179:
180: SELECT 200 Application_ID, --this APs application ID
181: PO_MOAC_UTILS_PVT.Get_Current_Org_Id Payer_Org_Id,
182: pvds.party_id Payer_Party_Id,
183: pvss.party_site_id Payee_Party_Site_Id,
184: 'PAYABLES_DOC' Pay_Proc_Trxn_Type_Code,
185: NVL(pvss.payment_currency_code, pvss.invoice_currency_code) Payment_Currency,