DBA Data[Home] [Help]

APPS.AST_UWQ_MLIST_ENUMS_PVT dependencies on AST_LOOKUPS

Line 45: from ast_lookups

41: /* label, view, and where for main node taken from enum table anyway */
42: l_node_counter := 0;
43:
44: Select meaning into l_node_label
45: from ast_lookups
46: where lookup_type = lkp_type
47: and lookup_code = lkp_code;
48:
49: l_Profile:=NVL(fnd_profile.value('AST_MLIST_ALL_CAMPAIGNS'),'N');