DBA Data[Home] [Help]

APPS.OE_ORDER_MISC_UTIL dependencies on MTL_CATEGORIES_V

Line 83: FROM mtl_categories_v

79: ,description
80: INTO x_ordered_item
81: ,x_inventory_item
82: ,x_ordered_item_desc
83: FROM mtl_categories_v
84: WHERE CATEGORY_ID = p_inventory_item_id;
85:
86: ELSIF NVL(p_item_identifier_type, 'INT') = 'ALL' THEN
87: