DBA Data[Home] [Help]

APPS.IEU_UWQ_MY_TASKS_ENUMS_PVT dependencies on FND_LOOKUP_VALUES_VL

Line 76: from fnd_lookup_values_vl

72:
73: /* label, view, and where for main node taken from enum table anyway */
74:
75: Select meaning into l_node_label
76: from fnd_lookup_values_vl
77: where lookup_type = l_lookup_type
78: and view_application_id = l_application_id
79: and lookup_code = l_lookup_code;
80: