DBA Data[Home] [Help]

APPS.GMI_ERES_UTILS dependencies on MTL_CATEGORIES

Line 432: FROM mtl_categories

428: IS
429:
430: CURSOR get_value is
431: SELECT *
432: FROM mtl_categories
433: WHERE structure_id = pstructure_id
434: AND category_id = pcategory_id;
435:
436: x_cat_rec get_value%ROWTYPE;