DBA Data[Home] [Help]

APPS.PN_EXP_TO_AP dependencies on PO_VENDOR_SITES

Line 298: -- p_vendor_site_id - Vendor Site ID in PO_VENDOR_SITES

294: -- PURPOSE : Gets the Liability account.
295: -- INVOKED FROM : The main query
296: -- ARGUMENTS : p_payment_term_id - Payment Term ID
297: -- p_vendor_id - Vendor ID in PO_VENDORS
298: -- p_vendor_site_id - Vendor Site ID in PO_VENDOR_SITES
299: -- REFERENCE : PN_COMMON.debug()
300: -- HISTORY :
301: --
302: -- 19-DEC-2003 Kiran o Created

Line 319: FROM po_vendor_sites site

315: AND account_class = 'LIA';
316:
317: CURSOR get_lia_vendor_site(p_vendor_site IN NUMBER) IS
318: SELECT site.accts_pay_code_combination_id as accts_pay_code_combination_id
319: FROM po_vendor_sites site
320: WHERE site.vendor_site_id = p_vendor_site_id;
321:
322: account_id NUMBER := NULL;
323: