DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_PRODUCT_SETUP

Line 5100: ap_product_setup aps

5096: p_allow_interest_invoices,
5097: p_add_days_settlement_date,
5098: p_disc_is_inv_less_tax_flag
5099: FROM ap_system_parameters_all asp,
5100: ap_product_setup aps
5101: WHERE asp.org_id = p_org_id;
5102: exception
5103: when others then
5104: null;