DBA Data[Home] [Help]

APPS.AST_UWQ_OPP_ENUMS_PVT dependencies on AST_LOOKUPS

Line 55: from ast_lookups

51: and lookup_code = 'IEU_OPPORTUNITIES_LBL';
52: */
53:
54: Select meaning into l_node_label
55: from ast_lookups
56: where lookup_type = lkp_type
57: and lookup_code = lkp_code;
58:
59: /** check the profile AST_SOURCE_UWQ_OPP. **/

Line 546: from ast_lookups

542:
543: SAVEPOINT start_opp_enumeration;
544:
545: Select meaning into l_node_label
546: from ast_lookups
547: where lookup_type = lkp_type
548: and lookup_code = lkp_code;
549:
550: /** check the profile AST_SOURCE_UWQ_OPP. **/