DBA Data[Home] [Help]

APPS.JL_AR_AP_WITHHOLDING_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1956: FROM ap_system_parameters_all

1952: SELECT nvl(create_awt_dists_type, 'NEVER'),
1953: nvl(create_awt_invoices_type, 'NEVER')
1954: INTO l_create_distr,
1955: l_create_invoices
1956: FROM ap_system_parameters_all
1957: WHERE org_id = rec_sel_inv.org_id;
1958:
1959: -- Debug Information
1960: IF (DEBUG_Var = 'Y') THEN