DBA Data[Home] [Help]

APPS.ECECATI dependencies on EC_INBOUND_STAGE

Line 126: ec_inbound_stage.g_source_charset:= i_source_charset;

122: and enabled ='Y';
123:
124: /* bug 2110652 : Set the global variable for the characterset based on the input characterset */
125:
126: ec_inbound_stage.g_source_charset:= i_source_charset;
127:
128: IF i_map_type = 'XML' THEN
129:
130:

Line 139: ec_inbound_stage.load_data

135: i_file_path,
136: i_file_name
137: );
138: ELSE
139: ec_inbound_stage.load_data
140: (
141: i_transaction_type,
142: i_file_name,
143: i_file_path,

Line 377: ec_inbound_stage.g_source_charset:= i_source_charset;

373: and enabled ='Y';
374:
375: /* bug 2162062 : Set the global variable for the characterset based on the input characterset */
376:
377: ec_inbound_stage.g_source_charset:= i_source_charset;
378:
379: IF i_map_type = 'XML' THEN
380: ec_xml_utils.ec_xml_processor_in_generic
381: (

Line 388: ec_inbound_stage.load_data

384: i_file_path,
385: i_file_name
386: );
387: ELSE
388: ec_inbound_stage.load_data
389: (
390: i_transaction_type,
391: i_file_name,
392: i_file_path,