DBA Data[Home] [Help]

APPS.AP_AUTO_DM_CREATION_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 251: l_auto_tax_calc_flag ap_supplier_sites_all.auto_tax_calc_flag%TYPE;

247: l_derive_type_rcv_curr VARCHAR2(10); --Bug fix:1891850
248: l_derive_type_payment_curr VARCHAR2(10); --Bug fix:1891850
249: -- Bug fix : 1971188 - definition of variables
250: l_auto_tax_calc_flag_sys ap_system_parameters.auto_tax_calc_flag%TYPE;
251: l_auto_tax_calc_flag ap_supplier_sites_all.auto_tax_calc_flag%TYPE;
252:
253: --Bug: 2902340
254: l_match_option po_line_locations.match_option%TYPE;
255: l_invoice_exists varchar2(1);

Line 482: from ap_supplier_sites_all

478:
479: if (l_remit_to_supplier_site_id is not null) then
480: select party_site_id,vendor_site_code
481: into l_remit_party_site_id,l_remit_to_supplier_site
482: from ap_supplier_sites_all
483: where vendor_site_id = l_remit_to_supplier_site_id;
484: end if; --End 7758980
485:
486: ap_invoices_pkg.get_payment_attributes(