DBA Data[Home] [Help]

APPS.IGF_AP_LI_AWARDS_PKG dependencies on FND_LOG

Line 443: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN

439: END IF;
440: l_success_record_cnt := l_success_record_cnt + 1;
441: END IF;
442:
443: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
444: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_li_awards_pkg.main_import_process.debug',l_debug_str);
445: END IF;
446: l_message_str := NULL;
447: l_debug_str := NULL;

Line 444: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_li_awards_pkg.main_import_process.debug',l_debug_str);

440: l_success_record_cnt := l_success_record_cnt + 1;
441: END IF;
442:
443: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
444: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_li_awards_pkg.main_import_process.debug',l_debug_str);
445: END IF;
446: l_message_str := NULL;
447: l_debug_str := NULL;
448:

Line 484: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN

480:
481: EXCEPTION
482: WHEN others THEN
483: --CALL TO THE COMMON LOGGING FRAMEWORK FOR DEBUG MESSAGES
484: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
485: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_li_awards_pkg.main_import_process.exception','Exception: '||SQLERRM);
486: END IF;
487: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
488: fnd_message.set_token('NAME','IGF_AP_LI_AWARDS_PKG.MAIN_IMPORT_PROCESS');

Line 485: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_li_awards_pkg.main_import_process.exception','Exception: '||SQLERRM);

481: EXCEPTION
482: WHEN others THEN
483: --CALL TO THE COMMON LOGGING FRAMEWORK FOR DEBUG MESSAGES
484: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
485: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_li_awards_pkg.main_import_process.exception','Exception: '||SQLERRM);
486: END IF;
487: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
488: fnd_message.set_token('NAME','IGF_AP_LI_AWARDS_PKG.MAIN_IMPORT_PROCESS');
489: errbuf := fnd_message.get;