DBA Data[Home] [Help]

APPS.PA_RESOURCE_MAPPING dependencies on PA_PLAN_RES_FORMAT

Line 302: l_format pa_plan_res_format;

298: p_eff_res_format_id IN NUMBER
299: ) RETURN SYSTEM.pa_varchar2_30_tbl_type IS
300:
301: l_plan_res_formats PA_RESOURCE_PREC_PUB.plan_res_formats;
302: l_format pa_plan_res_format;
303: l_token_string VARCHAR2(30);
304: l_tokens SYSTEM.pa_varchar2_30_tbl_type := SYSTEM.pa_varchar2_30_tbl_type();
305:
306: BEGIN