DBA Data[Home] [Help]

APPS.JA_CN_APAB_EXPORT_PKG dependencies on FND_FILE

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

266: 'pv_period_from=' || pv_period_from || ',' ||
267: 'pv_period_to=' || pv_period_to);
268: END IF; --ln_proc_level >= ln_dbg_level
269:
270: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
271: '.parameters:' ||
272: 'pn_legal_entity_id=' || pn_legal_entity_id || ',' ||
273: 'pn_ledger_id=' || pn_ledger_id || ',' ||
274: 'pv_accounting_year=' || pv_accounting_year || ',' ||

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

316: lv_procedure_name,
317: 'ld_start_date=' || ld_start_date || ',' ||
318: 'ld_end_date=' || ld_end_date);
319: END IF; --(ln_statement_level >= ln_dbg_level)
320: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
321: '.variable:' ||
322: 'ld_start_date=' || ld_start_date || ',' ||
323: 'ld_end_date=' || ld_end_date);
324:

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

359: FND_LOG.STRING(ln_statement_level,
360: lv_procedure_name,
361: 'ln_flex_value_set_id=' || ln_flex_value_set_id);
362: END IF; --(ln_statement_level >= ln_dbg_level)
363: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
364: '.variable:' ||
365: 'ln_flex_value_set_id=' || ln_flex_value_set_id);
366:
367: --Fetch which attribute column for stroing balance side and account level

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

388: lv_procedure_name,
389: 'l_attribute_column4balanceside=' || l_attribute_column4balanceside || ',' ||
390: 'l_attribute_column4account_lev=' || l_attribute_column4account_lev);
391: END IF; --(ln_statement_level >= ln_dbg_level)
392: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
393: '.variable:' ||
394: 'l_attribute_column4balanceside=' || l_attribute_column4balanceside || ',' ||
395: 'l_attribute_column4account_lev=' || l_attribute_column4account_lev);
396:

Line 440: FND_FILE.put_line(FND_FILE.LOG, lv_message);

436: --No data found with the requested parameters
437: IF (c_in_ja_cn_account_balances%ROWCOUNT = 0) THEN
438: FND_MESSAGE.set_name('JA', 'JA_CN_NO_DATA_FOUND');
439: lv_message := FND_MESSAGE.get();
440: FND_FILE.put_line(FND_FILE.LOG, lv_message);
441: IF (ln_exception_level >= ln_dbg_level) THEN
442: FND_LOG.STRING(ln_exception_level, GV_MODULE_PREFIX, lv_message);
443: END IF;
444: ln_row_count := 0;

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

466: FND_LOG.STRING(ln_statement_level,
467: lv_procedure_name,
468: 'l_functional_currency=' || l_functional_currency );
469: END IF; --(ln_statement_level >= ln_dbg_level)
470: FND_FILE.put_line(FND_FILE.log, lv_procedure_name ||
471: '.variable:' ||
472: 'l_functional_currency=' || l_functional_currency );
473:
474: --Combine the journal lines and save them to the JA_CN_JOURNAL_LINES_GBL_TMP

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

814: GV_MODULE_PREFIX || '.' || lv_procedure_name ||
815: '.Other_Exception ',
816: SQLCODE || SQLERRM);
817: END IF; -- (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
818: FND_FILE.put_line(FND_FILE.log, lv_procedure_name || SQLCODE || SQLERRM);
819: RAISE;
820:
821: END Add_Account_Amount_Balance;
822: