DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on GR_MULTILINGUAL_NAME_TL

Line 116: FROM gr_multilingual_name_tl

112:
113: /* Cursor used to retrieve the Regulatory item description*/
114: CURSOR c_get_description IS
115: SELECT name_description
116: FROM gr_multilingual_name_tl
117: WHERE language = userenv('LANG') and
118: label_code = '11007' and
119: item_code = p_item_code;
120: