DBA Data[Home] [Help]

APPS.JA_CN_FA_EXPORT_PROG dependencies on JA_CN_UTILITY

Line 100: lv_bsv_flag := JA_CN_UTILITY.Populate_Ledger_Le_Bsv_Gt(p_Ledger_Id => pn_ledger_id

96: 'pv_accounting_year=' || pv_accounting_year || ',' ||
97: 'pv_period_from=' || pv_period_from || ',' ||
98: 'pv_period_to=' || pv_period_to || ',' ||
99: 'pn_coa_id=' || pn_coa_id);
100: lv_bsv_flag := JA_CN_UTILITY.Populate_Ledger_Le_Bsv_Gt(p_Ledger_Id => pn_ledger_id
101: ,p_Legal_Entity_Id => pn_legal_entity_id
102: );
103: -- export the header
104: -- here need to change

Line 105: FND_FILE.put_line(FND_FILE.output,'');

101: ,p_Legal_Entity_Id => pn_legal_entity_id
102: );
103: -- export the header
104: -- here need to change
105: FND_FILE.put_line(FND_FILE.output,'');
106: lv_fa_element := '<' || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
107: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '
108: || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
109: || '.xsd" xmlns:'

Line 106: lv_fa_element := '<' || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)

102: );
103: -- export the header
104: -- here need to change
105: FND_FILE.put_line(FND_FILE.output,'');
106: lv_fa_element := '<' || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
107: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '
108: || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
109: || '.xsd" xmlns:'
110: || Ja_Cn_Utility.Get_XML_Tag('SOE')

Line 108: || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)

104: -- here need to change
105: FND_FILE.put_line(FND_FILE.output,'');
106: lv_fa_element := '<' || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
107: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '
108: || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
109: || '.xsd" xmlns:'
110: || Ja_Cn_Utility.Get_XML_Tag('SOE')
111: || '="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema"
112: xmlns="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';

Line 110: || Ja_Cn_Utility.Get_XML_Tag('SOE')

106: lv_fa_element := '<' || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
107: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '
108: || Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS',Ja_Cn_Utility.GV_REQUIRED_NO,Ja_Cn_Utility.GV_MODULE_FA)
109: || '.xsd" xmlns:'
110: || Ja_Cn_Utility.Get_XML_Tag('SOE')
111: || '="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema"
112: xmlns="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';
113: FND_FILE.put_line(FND_FILE.output, lv_fa_element);
114:

Line 116: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.1'

112: xmlns="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';
113: FND_FILE.put_line(FND_FILE.output, lv_fa_element);
114:
115: -- call the procedures to export the reports seperately here begin
116: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.1'
117: ,pv_report_name => 'BASIC_INFO_OF_FIXED_ASSET'
118: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
119:
120: JA_CN_FA_BI_EXPORT_PKG.Add_Basic_Information(pn_legal_entity_id => pn_legal_entity_id

Line 118: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

114:
115: -- call the procedures to export the reports seperately here begin
116: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.1'
117: ,pv_report_name => 'BASIC_INFO_OF_FIXED_ASSET'
118: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
119:
120: JA_CN_FA_BI_EXPORT_PKG.Add_Basic_Information(pn_legal_entity_id => pn_legal_entity_id
121: ,pn_ledger_id => pn_ledger_id
122: ,pv_accounting_year => pv_accounting_year

Line 126: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.2'

122: ,pv_accounting_year => pv_accounting_year
123: ,pv_period_from => pv_period_from
124: ,pv_period_to => pv_period_to
125: );
126: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.2'
127: ,pv_report_name => 'FIXED_ASSET_CATEGORY_SETTING'
128: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
129: JA_CN_FA_ACS_EXPORT_PKG.Add_Asset_Category(pn_legal_entity_id => pn_legal_entity_id
130: ,pn_ledger_id => pn_ledger_id

Line 128: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

124: ,pv_period_to => pv_period_to
125: );
126: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.2'
127: ,pv_report_name => 'FIXED_ASSET_CATEGORY_SETTING'
128: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
129: JA_CN_FA_ACS_EXPORT_PKG.Add_Asset_Category(pn_legal_entity_id => pn_legal_entity_id
130: ,pn_ledger_id => pn_ledger_id
131: ,pv_accounting_year => pv_accounting_year
132: ,pv_period_from => pv_period_from

Line 135: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.3'

131: ,pv_accounting_year => pv_accounting_year
132: ,pv_period_from => pv_period_from
133: ,pv_period_to => pv_period_to
134: );
135: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.3'
136: ,pv_report_name => 'MODIFICATION_METHOD'
137: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
138: JA_CN_FA_MM_EXPORT_PKG.Add_FA_Modification_Method(pn_legal_entity_id => pn_legal_entity_id
139: ,pn_ledger_id => pn_ledger_id

Line 137: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

133: ,pv_period_to => pv_period_to
134: );
135: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.3'
136: ,pv_report_name => 'MODIFICATION_METHOD'
137: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
138: JA_CN_FA_MM_EXPORT_PKG.Add_FA_Modification_Method(pn_legal_entity_id => pn_legal_entity_id
139: ,pn_ledger_id => pn_ledger_id
140: ,pv_accounting_year => pv_accounting_year
141: ,pv_period_from => pv_period_from

Line 144: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.4'

140: ,pv_accounting_year => pv_accounting_year
141: ,pv_period_from => pv_period_from
142: ,pv_period_to => pv_period_to
143: );
144: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.4'
145: ,pv_report_name => 'FIXED_ASSET_DEPRN_METHOD'
146: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
147: JA_CN_FA_DM_EXPORT_PKG.Add_FA_Depreciation_Method(pn_legal_entity_id => pn_legal_entity_id
148: ,pv_accounting_year => pv_accounting_year

Line 146: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

142: ,pv_period_to => pv_period_to
143: );
144: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.4'
145: ,pv_report_name => 'FIXED_ASSET_DEPRN_METHOD'
146: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
147: JA_CN_FA_DM_EXPORT_PKG.Add_FA_Depreciation_Method(pn_legal_entity_id => pn_legal_entity_id
148: ,pv_accounting_year => pv_accounting_year
149: );
150: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.5'

Line 150: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.5'

146: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
147: JA_CN_FA_DM_EXPORT_PKG.Add_FA_Depreciation_Method(pn_legal_entity_id => pn_legal_entity_id
148: ,pv_accounting_year => pv_accounting_year
149: );
150: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.5'
151: ,pv_report_name => 'ASSET_USAGE'
152: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
153: JA_CN_FA_AU_EXPORT_PKG.Add_FA_Usage(pn_legal_entity_id => pn_legal_entity_id
154: ,pn_ledger_id => pn_ledger_id

Line 152: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

148: ,pv_accounting_year => pv_accounting_year
149: );
150: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.5'
151: ,pv_report_name => 'ASSET_USAGE'
152: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
153: JA_CN_FA_AU_EXPORT_PKG.Add_FA_Usage(pn_legal_entity_id => pn_legal_entity_id
154: ,pn_ledger_id => pn_ledger_id
155: ,pv_accounting_year => pv_accounting_year
156: ,pv_period_from => pv_period_from

Line 160: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.6'

156: ,pv_period_from => pv_period_from
157: ,pv_period_to => pv_period_to
158: ,pn_coa_id => pn_coa_id
159: );
160: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.6'
161: ,pv_report_name => 'FIXED_ASSET_CARD'
162: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
163: JA_CN_FA_AC_EXPORT_PKG.Add_FA_Asset_Card(pn_legal_entity_id => pn_legal_entity_id
164: ,pn_ledger_id => pn_ledger_id

Line 162: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

158: ,pn_coa_id => pn_coa_id
159: );
160: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.6'
161: ,pv_report_name => 'FIXED_ASSET_CARD'
162: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
163: JA_CN_FA_AC_EXPORT_PKG.Add_FA_Asset_Card(pn_legal_entity_id => pn_legal_entity_id
164: ,pn_ledger_id => pn_ledger_id
165: ,pv_accounting_year => pv_accounting_year
166: ,pv_period_from => pv_period_from

Line 170: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.7'

166: ,pv_period_from => pv_period_from
167: ,pv_period_to => pv_period_to
168: ,pn_coa_id => pn_coa_id
169: );
170: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.7'
171: ,pv_report_name => 'FIXED_ASSET_CARD-REAL_ASE_INFO'
172: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
173: JA_CN_FA_RAI_EXPORT_PKG.Add_FA_Real_Asset_Info(pn_legal_entity_id => pn_legal_entity_id
174: ,pn_ledger_id => pn_ledger_id

Line 172: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

168: ,pn_coa_id => pn_coa_id
169: );
170: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.7'
171: ,pv_report_name => 'FIXED_ASSET_CARD-REAL_ASE_INFO'
172: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
173: JA_CN_FA_RAI_EXPORT_PKG.Add_FA_Real_Asset_Info(pn_legal_entity_id => pn_legal_entity_id
174: ,pn_ledger_id => pn_ledger_id
175: ,pv_accounting_year => pv_accounting_year
176: ,pv_period_from => pv_period_from

Line 179: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.8'

175: ,pv_accounting_year => pv_accounting_year
176: ,pv_period_from => pv_period_from
177: ,pv_period_to => pv_period_to
178: );
179: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.8'
180: ,pv_report_name => 'FIXED_ASSET_CARD_USAGE_INFO'
181: ,pv_module_name =>Ja_Cn_Utility.GV_MODULE_FA);
182: JA_CN_FA_ACUI_EXPORT_PKG.Add_FA_Usage_Info(pn_legal_entity_id => pn_legal_entity_id
183: ,pn_ledger_id => pn_ledger_id

Line 181: ,pv_module_name =>Ja_Cn_Utility.GV_MODULE_FA);

177: ,pv_period_to => pv_period_to
178: );
179: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.8'
180: ,pv_report_name => 'FIXED_ASSET_CARD_USAGE_INFO'
181: ,pv_module_name =>Ja_Cn_Utility.GV_MODULE_FA);
182: JA_CN_FA_ACUI_EXPORT_PKG.Add_FA_Usage_Info(pn_legal_entity_id => pn_legal_entity_id
183: ,pn_ledger_id => pn_ledger_id
184: ,pv_accounting_year => pv_accounting_year
185: ,pv_period_from => pv_period_from

Line 188: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.9'

184: ,pv_accounting_year => pv_accounting_year
185: ,pv_period_from => pv_period_from
186: ,pv_period_to => pv_period_to
187: );
188: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.9'
189: ,pv_report_name => 'FIXED_ASSET_DECREASE_INFO'
190: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
191: JA_CN_FA_ADI_EXPORT_PKG.Add_Asset_Decreasing_Info(pn_legal_entity_id => pn_legal_entity_id
192: ,pn_ledger_id => pn_ledger_id

Line 190: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

186: ,pv_period_to => pv_period_to
187: );
188: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.9'
189: ,pv_report_name => 'FIXED_ASSET_DECREASE_INFO'
190: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
191: JA_CN_FA_ADI_EXPORT_PKG.Add_Asset_Decreasing_Info(pn_legal_entity_id => pn_legal_entity_id
192: ,pn_ledger_id => pn_ledger_id
193: ,pv_accounting_year => pv_accounting_year
194: ,pv_period_from => pv_period_from

Line 197: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.10'

193: ,pv_accounting_year => pv_accounting_year
194: ,pv_period_from => pv_period_from
195: ,pv_period_to => pv_period_to
196: );
197: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.10'
198: ,pv_report_name => 'FIXED_ASSET_DECR_INFO-REAL_ASE'
199: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
200: JA_CN_FA_ADIRA_EXPORT_PKG.Add_Asset_Decreasing_Real_Info(pn_legal_entity_id => pn_legal_entity_id
201: ,pn_ledger_id => pn_ledger_id

Line 199: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

195: ,pv_period_to => pv_period_to
196: );
197: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.10'
198: ,pv_report_name => 'FIXED_ASSET_DECR_INFO-REAL_ASE'
199: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
200: JA_CN_FA_ADIRA_EXPORT_PKG.Add_Asset_Decreasing_Real_Info(pn_legal_entity_id => pn_legal_entity_id
201: ,pn_ledger_id => pn_ledger_id
202: ,pv_accounting_year => pv_accounting_year
203: ,pv_period_from => pv_period_from

Line 206: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.11'

202: ,pv_accounting_year => pv_accounting_year
203: ,pv_period_from => pv_period_from
204: ,pv_period_to => pv_period_to
205: );
206: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.11'
207: ,pv_report_name => 'FIXED_ASSET_MODIFICATION_INFO'
208: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
209: JA_CN_FA_MI_EXPORT_PKG.Add_Asset_Modification_Info(pn_legal_entity_id => pn_legal_entity_id
210: ,pn_ledger_id => pn_ledger_id

Line 208: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);

204: ,pv_period_to => pv_period_to
205: );
206: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log(pv_step_number => '2.11'
207: ,pv_report_name => 'FIXED_ASSET_MODIFICATION_INFO'
208: ,pv_module_name => Ja_Cn_Utility.GV_MODULE_FA);
209: JA_CN_FA_MI_EXPORT_PKG.Add_Asset_Modification_Info(pn_legal_entity_id => pn_legal_entity_id
210: ,pn_ledger_id => pn_ledger_id
211: ,pv_accounting_year => pv_accounting_year
212: ,pv_period_from => pv_period_from

Line 219: ,Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS', Ja_Cn_Utility.GV_TAG_TYPE_END,Ja_Cn_Utility.GV_MODULE_FA));

215:
216: -- call the procedures to export the reports seperately here end
217:
218: FND_FILE.put_line(FND_FILE.output
219: ,Ja_Cn_Utility.Get_XML_Tag('FIXED_ASSETS', Ja_Cn_Utility.GV_TAG_TYPE_END,Ja_Cn_Utility.GV_MODULE_FA));
220:
221: --logging for debug
222: IF (ln_proc_level >= ln_dbg_level)
223: THEN

Line 350: IF NOT(Ja_Cn_Utility.Check_Profile())

346: 'pv_dest_char_set=' || pv_dest_char_set);
347:
348: --Step1: Check system option
349: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Step 1: Check System Option');
350: IF NOT(Ja_Cn_Utility.Check_Profile())
351: THEN
352: pv_retcode := 1;
353: pv_errbuf := '';
354: RETURN;

Line 355: END IF; --(Ja_Cn_Utility.Check_Profile())

351: THEN
352: pv_retcode := 1;
353: pv_errbuf := '';
354: RETURN;
355: END IF; --(Ja_Cn_Utility.Check_Profile())
356:
357: IF NOT(Check_kff(pn_coa_id))
358: THEN
359: pv_retcode := 1;

Line 465: Ja_Cn_Utility.Submit_XML_Charset_Conversion( p_xml_request_id => ln_reqid_gle

461:
462: --Step3: Submit characrter set conversion program
463: --to convert charaterset of output file
464: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Step 3: Submit Characrter Set Conversion program');
465: Ja_Cn_Utility.Submit_XML_Charset_Conversion( p_xml_request_id => ln_reqid_gle
466: , p_source_charset => JA_CN_UTILITY.Get_XML_Encoding
467: , p_destination_charset => pv_dest_char_set
468: , p_source_separator => NULL
469: , x_charset_request_id => ln_reqid_cvt

Line 466: , p_source_charset => JA_CN_UTILITY.Get_XML_Encoding

462: --Step3: Submit characrter set conversion program
463: --to convert charaterset of output file
464: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Step 3: Submit Characrter Set Conversion program');
465: Ja_Cn_Utility.Submit_XML_Charset_Conversion( p_xml_request_id => ln_reqid_gle
466: , p_source_charset => JA_CN_UTILITY.Get_XML_Encoding
467: , p_destination_charset => pv_dest_char_set
468: , p_source_separator => NULL
469: , x_charset_request_id => ln_reqid_cvt
470: , x_result_flag => lv_cvt_req_status

Line 477: lv_output_file_name := Ja_Cn_Utility.Generate_File_name( pv_module_name => JA_CN_UTILITY.GV_MODULE_FA

473: THEN
474: --Step4: Submit "Change File Name" concurrent program
475: --to change name of output file
476: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Step 4: Submit File Name Renaming program');
477: lv_output_file_name := Ja_Cn_Utility.Generate_File_name( pv_module_name => JA_CN_UTILITY.GV_MODULE_FA
478: , pv_accounting_year => pv_accounting_year
479: , pv_ledger_id => pn_ledger_id
480: , pv_from_period => pv_period_from
481: , pv_to_period => pv_period_to

Line 494: JA_CN_UTILITY.Change_Output_Filename( p_xml_request_id => ln_reqid_gle

490: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
491: '.variable:' ||
492: 'lv_output_file_name =' || lv_output_file_name);
493:
494: JA_CN_UTILITY.Change_Output_Filename( p_xml_request_id => ln_reqid_gle
495: , p_destination_charset => pv_dest_char_set
496: , p_destination_filename => lv_output_file_name
497: , x_filename_request_id => ln_reqid_chg
498: , x_result_flag => lv_chg_req_status