DBA Data[Home] [Help]

APPS.ECEPOI dependencies on EC_INBOUND_STAGE

Line 48: ec_inbound_stage.g_source_charset := i_data_file_characterset;

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

Line 58: ec_inbound_stage.load_data (

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