DBA Data[Home] [Help]

APPS.ECEPOI dependencies on ECE_MAPPINGS

Line 44: from ece_mappings

40:
41: ec_debug.pl(0,'EC','ECE_BEGIN_STAGING','TRANSACTION_TYPE',i_transaction_type);
42:
43: select map_type into i_map_type
44: from ece_mappings
45: where map_id = i_map_id
46: and enabled ='Y';
47:
48: ec_inbound_stage.g_source_charset := i_data_file_characterset;