DBA Data[Home] [Help]

APPS.JA_CN_PS_FA_EXP_PKG dependencies on FND_FILE

Line 87: FND_FILE.put_line( FND_FILE.log

83: || 'pv_period_to=' || pv_period_to || ','
84: || 'pn_coa_id=' || pn_coa_id );
85: END IF; --(l_proc_level>=l_dbg_level)
86:
87: FND_FILE.put_line( FND_FILE.log
88: , lv_procedure_name || '.parameters:'
89: || 'pn_legal_entity_id=' || pn_legal_entity_id || ','
90: || 'pn_ledger_id=' || pn_ledger_id || ','
91: || 'pv_accounting_year=' || pv_accounting_year || ','

Line 101: FND_FILE.put_line( FND_FILE.output

97: ,p_Legal_Entity_Id => pn_legal_entity_id
98: );
99:
100: -- Export the XML header tag
101: FND_FILE.put_line( FND_FILE.output
102: , ' 103: || JA_CN_UTILITY.Get_XML_Encoding || '"?>');
104: lv_fa_element := '<' ||
105: Ja_Cn_Utility.Get_XML_Tag( 'FIXED_ASSETS'

Line 124: FND_FILE.put_line( FND_FILE.output

120: || 'AccountingSoftwareDataInterfaceStandard/'
121: || '2010/PSGA/XMLSchema" '
122: || 'xmlns:xsi="http://www.w3.org/2001/'
123: || 'XMLSchema-instance">';
124: FND_FILE.put_line( FND_FILE.output
125: , lv_fa_element);
126: -- call the procedures to export the reports seperately here begin
127: -- Export Basic Information of FA
128: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log

Line 251: FND_FILE.put_line( FND_FILE.output

247: , pv_period_from
248: , pv_period_to
249: );
250: -- Export the XML tail tag
251: FND_FILE.put_line( FND_FILE.output
252: , Ja_Cn_Utility.Get_XML_Tag( 'FIXED_ASSETS'
253: , Ja_Cn_Utility.GV_TAG_TYPE_END
254: , Ja_Cn_Utility.GV_MODULE_FA)
255: );

Line 273: FND_FILE.put_line( FND_FILE.log

269: , GV_MODULE_PREFIX || '.' || lv_procedure_name
270: || '.Other_Exception '
271: , SQLCODE || SQLERRM);
272: END IF; -- (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
273: FND_FILE.put_line( FND_FILE.log
274: , lv_procedure_name || SQLCODE || SQLERRM);
275: pv_retcode := 2;
276: END Export_Fixed_Asset;
277: --==========================================================================

Line 365: FND_FILE.put_line( FND_FILE.log

361: || 'pv_source_char_set=' || pv_source_char_set || ','
362: || 'pv_dest_char_set=' || pv_dest_char_set);
363: END IF; --(l_proc_level>=l_dbg_level)
364:
365: FND_FILE.put_line( FND_FILE.log
366: , lv_procedure_name || '.parameters:'
367: || 'pn_legal_entity_id=' || pn_legal_entity_id || ','
368: || 'pn_ledger_id=' || pn_ledger_id || ','
369: || 'pv_accounting_year=' || pv_accounting_year || ','

Line 377: FND_FILE.PUT_LINE( FND_FILE.LOG

373: || 'pv_source_char_set=' || pv_source_char_set || ','
374: || 'pv_dest_char_set=' || pv_dest_char_set);
375:
376: --Step1: Check system option
377: FND_FILE.PUT_LINE( FND_FILE.LOG
378: , 'Step 1: Check System Option');
379: IF NOT (Ja_Cn_Utility.Check_Profile())
380: THEN
381: pv_retcode := 1;

Line 447: FND_FILE.PUT_LINE( FND_FILE.LOG

443: lv_period_to := pv_period_to;
444: END IF; --(pv_period_to IS NULL)
445:
446: --Step2: Submit FA Export program
447: FND_FILE.PUT_LINE( FND_FILE.LOG
448: , 'Step 2: Submit FA Export program');
449: ln_reqid_gle := FND_REQUEST.Submit_Request
450: ( application => 'JA'
451: , program => 'JACNFPGP'

Line 492: FND_FILE.PUT_LINE( FND_FILE.LOG

488: IF (lv_gle_req_status_code = 'C')
489: THEN
490: --Step3: Submit characrter set conversion program
491: --to convert charaterset of output file
492: FND_FILE.PUT_LINE( FND_FILE.LOG
493: , 'Step 3: Submit Characrter Set Conversion program
494: ');
495: Ja_Cn_Utility.Submit_XML_Charset_Conversion
496: ( p_xml_request_id => ln_reqid_gle

Line 507: FND_FILE.PUT_LINE( FND_FILE.LOG

503: IF (lv_cvt_req_status = 'Success')
504: THEN
505: --Step4: Submit "Change File Name" concurrent program
506: --to change name of output file
507: FND_FILE.PUT_LINE( FND_FILE.LOG
508: , 'Step 4: Submit File Name Renaming program');
509: lv_output_file_name := Ja_Cn_Utility.Generate_File_name
510: ( pv_module_name =>
511: JA_CN_UTILITY.GV_MODULE_FA

Line 524: FND_FILE.put_line( FND_FILE.log

520: FND_LOG.STRING( ln_statement_level
521: , lv_procedure_name
522: , 'lv_output_file_name:' || lv_output_file_name);
523: END IF; --(ln_statement_level >= ln_dbg_level)
524: FND_FILE.put_line( FND_FILE.log
525: , lv_procedure_name || '.variable:'
526: || 'lv_output_file_name ='
527: || lv_output_file_name);
528: JA_CN_UTILITY.Change_Output_Filename

Line 609: FND_FILE.put_line( FND_FILE.log

605: , GV_MODULE_PREFIX || '.' || lv_procedure_name
606: || '.Other_Exception '
607: , SQLCODE || SQLERRM);
608: END IF; -- (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
609: FND_FILE.put_line( FND_FILE.log
610: , lv_procedure_name || SQLCODE || SQLERRM);
611: END Submit_Request;
612: --==========================================================================
613: -- FUNCTION NAME:

Line 671: Fnd_File.Put_Line(Fnd_File.Output, lv_error_msg);

667: NAME => 'JA_CN_FLEXFIELD_ASSIGN_NOT_SET');
668: lv_error_msg := Fnd_Message.Get;
669:
670: --Output error message
671: Fnd_File.Put_Line(Fnd_File.Output, lv_error_msg);
672: END IF; --(v_row.context_code IS NULL OR v_row.attribute_column IS NULL)
673: END LOOP;
674:
675: IF (ln_row_count = 0) THEN

Line 681: Fnd_File.Put_Line(Fnd_File.Output, lv_error_msg);

677: Fnd_Message.Set_Name(Application => 'JA',
678: NAME => 'JA_CN_FLEXFIELD_ASSIGN_NOT_SET');
679: lv_error_msg := Fnd_Message.Get;
680: --Output error message
681: Fnd_File.Put_Line(Fnd_File.Output, lv_error_msg);
682: END IF; --ln_row_count = 0
683:
684: IF lv_false_flag = 'N' THEN
685: --log for debug

Line 767: Fnd_File.Put_Line( Fnd_File.Output

763: Fnd_Message.Set_Name( Application => 'JA'
764: , NAME => 'JA_CN_NO_DEPRN_METHOD');
765: lv_Error_Msg := Fnd_Message.Get;
766: --Output error message
767: Fnd_File.Put_Line( Fnd_File.Output
768: , lv_Error_Msg);
769: --logging for debug
770: IF (ln_proc_level >= ln_dbg_level) THEN
771: FND_LOG.STRING( ln_proc_level

Line 797: FND_FILE.put_line( FND_FILE.log

793: , GV_MODULE_PREFIX || '.' || lv_procedure_name
794: || '.Other_Exception '
795: , SQLCODE || SQLERRM);
796: END IF; -- (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
797: FND_FILE.put_line( FND_FILE.log
798: , lv_procedure_name || SQLCODE || SQLERRM);
799:
800: END Check_Depreciation_Assignment;
801: END JA_CN_PS_FA_EXP_PKG;