DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_RES_TYPES_B

Line 1053: pa_res_types_b typ

1049: CURSOR chk_wp_change_allowed IS
1050: select count(typ.res_type_code)-- , typ.res_type_code
1051: from pa_plan_rl_formats prl,
1052: pa_res_formats_b fmt,
1053: pa_res_types_b typ
1054: where prl.resource_list_id = p_resource_list_id
1055: and prl.res_format_id = fmt.res_format_id
1056: and fmt.res_type_id = typ.res_type_id
1057: and typ.res_type_code in ('NAMED_PERSON', 'INVENTORY_ITEM', 'BOM_LABOR',