DBA Data[Home] [Help]

APPS.FEM_RU_ENGINE_PVT dependencies on FND_LOOKUP_VALUES_VL

Line 6549: from fnd_lookup_values_vl

6545: BEGIN
6546:
6547: select meaning
6548: into l_meaning
6549: from fnd_lookup_values_vl
6550: where lookup_type = p_lookup_type
6551: and lookup_code = p_lookup_code
6552: and view_application_id = 274;
6553: