DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_SYSTEM_PARAMETERS

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

1518:
1519: current_calling_sequence :=
1520: 'AP_Import_Utilities_Pkg.Get_info<-'||P_calling_sequence;
1521:
1522: debug_info := '(Get_info 1) Read from ap_system_parameters';
1523: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') THEN
1524: Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
1525: END IF;
1526:

Line 1568: FROM ap_system_parameters_all asp,

1564: p_freight_code_combination_id,
1565: p_allow_interest_invoices,
1566: p_add_days_settlement_date,
1567: p_disc_is_inv_less_tax_flag
1568: FROM ap_system_parameters_all asp,
1569: ap_product_setup aps
1570: WHERE asp.org_id = p_org_id;
1571:
1572: debug_info := '(Get_info 2) Get Batch Control Profile Option';

Line 3375: FROM ap_system_parameters asp,

3371: p_invoice_amount_limit,
3372: p_hold_future_payments_flag,
3373: p_supplier_hold_reason,
3374: p_exclude_freight_from_disc
3375: FROM ap_system_parameters asp,
3376: financials_system_parameters fsp
3377: WHERE asp.org_id = p_invoice_rec.org_id
3378: AND asp.org_id = fsp.org_id;
3379: EXCEPTION