DBA Data[Home] [Help]

APPS.PA_CREATE_RESOURCE dependencies on PA_RES_TYPES_B

Line 1179: pa_res_types_b typ

1175: CURSOR chk_wp_change_allowed IS
1176: select count(typ.res_type_code)-- , typ.res_type_code
1177: from pa_plan_rl_formats prl,
1178: pa_res_formats_b fmt,
1179: pa_res_types_b typ
1180: where prl.resource_list_id = p_resource_list_id
1181: and prl.res_format_id = fmt.res_format_id
1182: and fmt.res_type_id = typ.res_type_id
1183: and typ.res_type_code in ('NAMED_PERSON', 'INVENTORY_ITEM', 'BOM_LABOR',