DBA Data[Home] [Help]

APPS.JA_CN_CFI_EXPORT_PKG dependencies on FND_FILE

Line 121: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||

117: '.parameters',
118: 'pn_chart_of_account_id=' || pn_chart_of_account_id || ',' ||
119: 'pn_cfs_report_id=' || pn_cfs_report_id);
120: END IF; --ln_proc_level>=ln_dbg_level
121: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
122: '.parameters:' ||
123: 'pn_chart_of_account_id=' || pn_chart_of_account_id || ',' ||
124: 'pn_cfs_report_id=' || pn_cfs_report_id);
125:

Line 194: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||

190: FND_LOG.STRING(ln_statement_level,
191: lv_procedure_name,
192: 'ln_rec_count:' || ln_rec_count);
193: END IF; --(ln_statement_level >= ln_dbg_level)
194: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
195: '.variable:' ||
196: 'ln_rec_count=' || ln_rec_count);
197:
198: -- if the row count is 0, indicate that there is no assignment

Line 261: Fnd_File.Put_Line(Fnd_File.Log, lv_error_msg);

257: );
258: lv_error_msg := Fnd_Message.Get;
259:
260: --Output error message
261: Fnd_File.Put_Line(Fnd_File.Log, lv_error_msg);
262: --RAISE NO_DATA; --Deleted for bug# 9722570
263: END IF; --ln_rec_count = 0
264:
265: --logging for debug

Line 295: FND_FILE.put_line(FND_FILE.log, lv_procedure_name || SQLCODE || SQLERRM);

291: GV_MODULE_PREFIX || '.' || lv_procedure_name ||
292: '.Other_Exception ',
293: SQLCODE || SQLERRM);
294: END IF; -- (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
295: FND_FILE.put_line(FND_FILE.log, lv_procedure_name || SQLCODE || SQLERRM);
296: RAISE;
297: END Add_Cash_Flow_Items;
298:
299: END JA_CN_CFI_EXPORT_PKG;