DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 833: FROM ap_system_parameters;

829: INTO l_include_discount,
830: l_awt_flag,
831: l_create_awt_dists_type, --5745239
832: l_create_awt_invoices_type
833: FROM ap_system_parameters;
834:
835: begin
836: l_log_msg := 'Check if tax should be withheld from invoice:'||
837: to_char(P_invoice_id);