DBA Data[Home] [Help]

APPS.OKL_UWQ_CONTRACTS_ENUMS_PVT dependencies on FND_LOOKUPS

Line 22: FROM fnd_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 fnd_lookups
23: WHERE lookup_type = 'OKL_UWQ_LABELS'
24: AND lookup_code = 'OKL_UWQ_CONTRACT_LABEL';
25:
26: l_fr_list(0).NODE_LABEL := l_node_label;