DBA Data[Home] [Help]

APPS.ECEASNI dependencies on EC_INBOUND_STAGE

Line 82: ec_inbound_stage.g_source_charset:= i_source_charset;

78: and enabled ='Y';
79:
80: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */
81:
82: ec_inbound_stage.g_source_charset:= i_source_charset;
83:
84: IF i_map_type = 'XML' THEN
85: ec_xml_utils.ec_xml_processor_in_generic
86: (

Line 93: ec_inbound_stage.load_data

89: i_file_path,
90: i_file_name
91: );
92: ELSE
93: ec_inbound_stage.load_data
94: (
95: i_transaction_type,
96: i_file_name,
97: i_file_path,

Line 200: ec_inbound_stage.g_source_charset:= i_source_charset;

196: and enabled ='Y';
197:
198: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */
199:
200: ec_inbound_stage.g_source_charset:= i_source_charset;
201:
202: IF i_map_type = 'XML' THEN
203: ec_xml_utils.ec_xml_processor_in_generic
204: (

Line 211: ec_inbound_stage.load_data

207: i_file_path,
208: i_file_name
209: );
210: ELSE
211: ec_inbound_stage.load_data
212: (
213: i_transaction_type,
214: i_file_name,
215: i_file_path,