DBA Data[Home] [Help]

APPS.IA_WF_UTIL_PKG dependencies on FND_LOOKUP_VALUES

Line 823: from fnd_lookup_values flv

819: BEGIN
820:
821: select flv.meaning
822: into l_meaning
823: from fnd_lookup_values flv
824: where flv.lookup_type=p_lookup_type
825: and flv.lookup_code=p_lookup_code
826: and flv.view_application_id=205 -- IA application id
827: and flv.language=nvl(userenv('LANG'),'US')