DBA Data[Home] [Help]

APPS.GML_GPOI dependencies on ECE_MAPPINGS

Line 41: from ece_mappings

37: END IF;
38:
39: ec_debug.pl(0,'EC','ECE_BEGIN_STAGING','TRANSACTION_TYPE',i_transaction_type);
40: select map_type into i_map_type
41: from ece_mappings
42: where map_id = i_map_id
43: and enabled ='Y';
44:
45: IF i_map_type = 'XML' THEN