DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_RES_TYPES_B

Line 2804: FROM pa_res_formats_b f, pa_res_types_b t

2800: l_organization,
2801: l_supplier,
2802: l_role,
2803: l_incurred
2804: FROM pa_res_formats_b f, pa_res_types_b t
2805: WHERE f.res_format_id = L_Planning_resource_in_tbl(i).P_Res_Format_Id
2806: AND f.RES_TYPE_ID = t.res_type_id(+);
2807:
2808: EXCEPTION WHEN OTHERS THEN