DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 889: FROM ap_system_parameters;

885: INTO l_include_discount,
886: l_awt_flag,
887: l_create_awt_dists_type, --5745239
888: l_create_awt_invoices_type
889: FROM ap_system_parameters;
890:
891: begin
892: l_log_msg := 'Check if tax should be withheld from invoice:'||
893: to_char(P_invoice_id);