DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_RES_TYPES_B

Line 2836: FROM pa_res_formats_b f, pa_res_types_b t

2832: l_organization,
2833: l_supplier,
2834: l_role,
2835: l_incurred
2836: FROM pa_res_formats_b f, pa_res_types_b t
2837: WHERE f.res_format_id = L_Planning_resource_in_tbl(i).P_Res_Format_Id
2838: AND f.RES_TYPE_ID = t.res_type_id(+);
2839:
2840: EXCEPTION WHEN OTHERS THEN