DBA Data[Home] [Help]

APPS.AP_MATCHING_UTILS_PKG dependencies on PO_VENDORS

Line 123: -- get vendor_type lookup_code from po_vendors

119: AND (AI.TAXATION_COUNTRY IS NULL OR FND.LANGUAGE = USERENV('LANG'))
120: AND AI.PARTY_ID = HP.PARTY_ID
121: AND HP.PARTY_ID = PV.PARTY_ID (+);
122:
123: -- get vendor_type lookup_code from po_vendors
124: SELECT vendor_type_lookup_code ,
125: vat_registration_num
126: INTO P_vendor_type_lookup_code,
127: P_vat_registration_num

Line 128: FROM po_vendors

124: SELECT vendor_type_lookup_code ,
125: vat_registration_num
126: INTO P_vendor_type_lookup_code,
127: P_vat_registration_num
128: FROM po_vendors
129: WHERE vendor_id = P_vendor_id;
130:
131: -- Bug 5386827 : fetch po_number
132: -- select the po_number if the quick_po_id is specified,