DBA Data[Home] [Help]

APPS.ECEPOCI dependencies on EC_INBOUND_STAGE

Line 50: ec_inbound_stage.g_source_charset := i_data_file_characterset;

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;
51:
52: IF i_map_type = 'XML' THEN
53: ec_xml_utils.ec_xml_processor_in_generic (
54: i_map_id,

Line 60: ec_inbound_stage.load_data (

56: i_file_path,
57: i_file_name
58: );
59: ELSE
60: ec_inbound_stage.load_data (
61: i_transaction_type,
62: i_file_name,
63: i_file_path,
64: i_map_id,