DBA Data[Home] [Help]

APPS.AST_UWQ_FORECASTS_ENUMS_PVT dependencies on AST_LOOKUPS

Line 22: from ast_lookups

18:
19: /* label, view, and where for main node taken from enum table anyway */
20:
21: Select meaning into l_node_label
22: from ast_lookups
23: where lookup_type = 'AST_UWQ_LABELS'
24: and lookup_code = 'FORECASTS_WORK_CLASS_LABEL';
25:
26: l_fr_list(0).NODE_LABEL := l_node_label;