DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on AP_SUPPLIERS

Line 475: from ap_suppliers

471:
472: if (l_remit_party_id is not null ) then
473: select vendor_id,vendor_name
474: into l_remit_to_supplier_id,l_remit_to_supplier_name
475: from ap_suppliers
476: where party_id = l_remit_party_id;
477: end if;
478:
479: if (l_remit_to_supplier_site_id is not null) then