DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on AP_SUPPLIERS

Line 542: from ap_suppliers

538:
539: if (l_remit_party_id is not null ) then
540: select vendor_id,vendor_name
541: into l_remit_to_supplier_id,l_remit_to_supplier_name
542: from ap_suppliers
543: where party_id = l_remit_party_id;
544: end if;
545:
546: if (l_remit_to_supplier_site_id is not null) then