DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on MTL_CATEGORIES_V

Line 2974: From mtl_categories_v c

2970: Resource_Id = P_BOM_Res_Id;
2971:
2972: Cursor c_Item_Cat ( P_Item_Cat_Id IN Number ) Is
2973: Select fnd_Flex_ext.GET_SEGS('INV', 'MCAT', c.structure_id, c.category_id)
2974: From mtl_categories_v c
2975: Where c.Category_Id = P_Item_Cat_Id;
2976:
2977: /**********************************************************
2978: * Bug - 3566965