DBA Data[Home] [Help]

APPS.ECEPOCI dependencies on ECE_MAPPINGS

Line 46: from ece_mappings

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