DBA Data[Home] [Help]

APPS.PA_RESOURCE_MAPPING dependencies on PA_PLAN_RES_FORMAT

Line 282: l_format pa_plan_res_format;

278: p_eff_res_format_id IN NUMBER
279: ) RETURN SYSTEM.pa_varchar2_30_tbl_type IS
280:
281: l_plan_res_formats PA_RESOURCE_PREC_PUB.plan_res_formats;
282: l_format pa_plan_res_format;
283: l_token_string VARCHAR2(30);
284: l_tokens SYSTEM.pa_varchar2_30_tbl_type := SYSTEM.pa_varchar2_30_tbl_type();
285:
286: BEGIN