DBA Data[Home] [Help]

APPS.IGI_GEN_VERT dependencies on IGI_LOOKUPS

Line 187: from IGI_LOOKUPS

183: l_return_meaning VARCHAR2(240);
184: BEGIN
185:
186: SELECT meaning into l_return_meaning
187: from IGI_LOOKUPS
188: WHERE LOOKUP_TYPE = l_lookup_type;
189:
190: return (l_return_meaning);
191: EXCEPTION