DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on MTL_CATEGORIES_V

Line 3015: From mtl_categories_v c

3011: Resource_Id = P_BOM_Res_Id;
3012:
3013: Cursor c_Item_Cat ( P_Item_Cat_Id IN Number ) Is
3014: Select fnd_Flex_ext.GET_SEGS('INV', 'MCAT', c.structure_id, c.category_id)
3015: From mtl_categories_v c
3016: Where c.Category_Id = P_Item_Cat_Id;
3017:
3018: /**********************************************************
3019: * Bug - 3566965