DBA Data[Home] [Help]

APPS.ETRM_FNDNAV dependencies on FND_LOOKUP_TYPES_TL

Line 1411: from fnd_lookup_types_tl t

1407: cursor cur_lookup_tl(c_lookup_type in varchar2
1408: , n_appid in number) is
1409: select t.meaning
1410: , t.description
1411: from fnd_lookup_types_tl t
1412: , fnd_lookup_types l
1413: where l.application_id = n_appid
1414: and l.lookup_type = c_lookup_type
1415: and l.lookup_type = t.lookup_type