DBA Data[Home] [Help]

APPS.CCT_BASIC_WEBCALLBACK_PUB dependencies on FND_LOOKUP_VALUES_VL

Line 18: from fnd_lookup_values_vl

14:
15: SAVEPOINT start_enum ;
16:
17: Select meaning into l_node_label
18: from fnd_lookup_values_vl
19: where lookup_type = 'CCT_SDK_TYPES'
20: and lookup_code = 'WEBCALLBACK';
21:
22: l_m_list(0).NODE_LABEL := l_node_label ;