DBA Data[Home] [Help]

APPS.ECEASNI dependencies on ECE_MAPPINGS

Line 76: from ece_mappings

72: END IF;
73:
74: ec_debug.pl(0,'EC','ECE_BEGIN_STAGING','TRANSACTION_TYPE',i_transaction_type);
75: select map_type into i_map_type
76: from ece_mappings
77: where map_id = i_map_id
78: and enabled ='Y';
79:
80: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */

Line 194: from ece_mappings

190: END IF;
191:
192: ec_debug.pl(0,'EC','ECE_BEGIN_STAGING','TRANSACTION_TYPE',i_transaction_type);
193: select map_type into i_map_type
194: from ece_mappings
195: where map_id = i_map_id
196: and enabled ='Y';
197:
198: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */