DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

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';