DBA Data[Home] [Help]

APPS.ECECATI dependencies on ECE_MAPPINGS

Line 120: from ece_mappings

116: if EC_DEBUG.G_debug_level >= 1 then
117: ec_debug.pl(1,'EC','ECE_BEGIN_STAGING','TRANSACTION_TYPE',i_transaction_type);
118: end if;
119: select map_type into i_map_type
120: from ece_mappings
121: where map_id = i_map_id
122: and enabled ='Y';
123:
124: /* bug 2110652 : Set the global variable for the characterset based on the input characterset */

Line 371: from ece_mappings

367: END IF;
368:
369: ec_debug.pl(0,'EC','ECE_BEGIN_STAGING','TRANSACTION_TYPE',i_transaction_type);
370: select map_type into i_map_type
371: from ece_mappings
372: where map_id = i_map_id
373: and enabled ='Y';
374:
375: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */