DBA Data[Home] [Help]

APPS.JL_AR_AP_WITHHOLDING_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1882: FROM ap_system_parameters_all

1878: SELECT nvl(create_awt_dists_type, 'NEVER'),
1879: nvl(create_awt_invoices_type, 'NEVER')
1880: INTO l_create_distr,
1881: l_create_invoices
1882: FROM ap_system_parameters_all
1883: WHERE org_id = rec_sel_inv.org_id;
1884:
1885: -- Debug Information
1886: IF (DEBUG_Var = 'Y') THEN