DBA Data[Home] [Help]

APPS.AP_WEB_DB_AP_INT_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 1014: l_payment_priority ap_supplier_sites_all.payment_priority%TYPE;

1010: p_party_site_id IN invIntf_partySiteID default null,
1011: p_terms_id IN AP_TERMS.TERM_ID%TYPE default null
1012: ) RETURN BOOLEAN IS
1013: --------------------------------------------------------------------------------
1014: l_payment_priority ap_supplier_sites_all.payment_priority%TYPE;
1015: BEGIN
1016: -- Bug 6838894
1017: -- Bug: 7234744 populate terms-id in the interface table.
1018: BEGIN

Line 1022: from ap_supplier_sites_all

1018: BEGIN
1019: if (p_vendor_site_id IS NOT NULL) then
1020: select payment_priority
1021: into l_payment_priority
1022: from ap_supplier_sites_all
1023: where vendor_site_id = p_vendor_site_id;
1024: else
1025: l_payment_priority := NULL;
1026: end if;