DBA Data[Home] [Help]

APPS.ECEINI dependencies on EC_INBOUND_STAGE

Line 67: ec_inbound_stage.g_source_charset:= i_source_charset;

63: and enabled ='Y';
64:
65: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */
66:
67: ec_inbound_stage.g_source_charset:= i_source_charset;
68:
69: IF i_map_type = 'XML' THEN
70: ec_xml_utils.ec_xml_processor_in_generic
71: (

Line 78: ec_inbound_stage.load_data

74: i_file_path,
75: i_file_name
76: );
77: ELSE
78: ec_inbound_stage.load_data
79: (
80: i_transaction_type,
81: i_file_name,
82: i_file_path,