DBA Data[Home] [Help]

APPS.OKL_PA_DATA_INTEGRITY dependencies on MTL_CATEGORIES_V

Line 475: FROM MTL_CATEGORIES_V

471:
472: -- Cursor to fetch the item categories name, associated to an agreement.
473: CURSOR get_item_catg_name(p_item_catg_id IN NUMBER)IS
474: SELECT CATEGORY_CONCAT_SEGS
475: FROM MTL_CATEGORIES_V
476: WHERE CATEGORY_ID = p_item_catg_id;
477:
478: -- Cursor to fetch the end of terms name, associated to an agreement.
479: CURSOR get_eot_name(p_eot_id IN NUMBER)IS