DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 844: debug_info := '(Get_info 1) Read from ap_system_parameters';

840:
841: current_calling_sequence :=
842: 'AP_Import_Utilities_Pkg.Get_info<-'||P_calling_sequence;
843:
844: debug_info := '(Get_info 1) Read from ap_system_parameters';
845: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN
846: Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
847: END IF;
848:

Line 890: FROM ap_system_parameters_all asp,

886: p_freight_code_combination_id,
887: p_allow_interest_invoices,
888: p_add_days_settlement_date,
889: p_disc_is_inv_less_tax_flag
890: FROM ap_system_parameters_all asp,
891: ap_product_setup aps
892: WHERE asp.org_id = p_org_id;
893:
894: debug_info := '(Get_info 2) Get Batch Control Profile Option';

Line 2687: FROM ap_system_parameters asp,

2683: p_invoice_amount_limit,
2684: p_hold_future_payments_flag,
2685: p_supplier_hold_reason,
2686: p_exclude_freight_from_disc
2687: FROM ap_system_parameters asp,
2688: financials_system_parameters fsp
2689: WHERE asp.org_id = p_invoice_rec.org_id
2690: AND asp.org_id = fsp.org_id;
2691: EXCEPTION