DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on GR_MULTILINGUAL_NAME_TL

Line 101: FROM gr_multilingual_name_tl

97:
98: /* Cursor used to retrieve the Regulatory item description*/
99: CURSOR c_get_description IS
100: SELECT name_description
101: FROM gr_multilingual_name_tl
102: WHERE language = userenv('LANG') and
103: label_code = '11007' and
104: item_code = p_item_code;
105: