DBA Data[Home] [Help]

APPS.PA_CC_AR_AP_TRANSFER dependencies on PO_VENDOR_SITES_ALL

Line 102: po_vendor_sites_all b

98: a.ap_inv_exp_type expenditure_type,
99: a.ap_inv_exp_organization_id expenditure_organization_id,
100: b.vendor_id vendor_id
101: from pa_cc_org_relationships a,
102: po_vendor_sites_all b
103: where a.prvdr_org_id= p_prvdr_org_id
104: and a.recvr_org_id= p_recvr_org_id
105: and a.vendor_site_id =b.vendor_site_id;
106: