DBA Data[Home] [Help]

APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on FND_LOG

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

993: WHERE ROWID = l_get_records.ROW_ID;
994: END IF;
995: END IF;
996:
997: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
998: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_mk_prof_act_pkg.lg_make_active_profile.debug',l_debug_str);
999: END IF;
1000: l_process_flag := FALSE;
1001: l_debug_str := NULL;

Line 998: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_mk_prof_act_pkg.lg_make_active_profile.debug',l_debug_str);

994: END IF;
995: END IF;
996:
997: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
998: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_mk_prof_act_pkg.lg_make_active_profile.debug',l_debug_str);
999: END IF;
1000: l_process_flag := FALSE;
1001: l_debug_str := NULL;
1002: EXCEPTION

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

1029: fnd_message.set_name('IGS','IGS_GE_TOTAL_REC_FAILED');
1030: fnd_file.put_line(fnd_file.OUTPUT,fnd_message.get || ' : ' || l_error_record_cnt);
1031: EXCEPTION
1032: WHEN others THEN
1033: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1034: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_mk_prof_act_pkg.lg_make_active_profile.exception','Unhandled exception error:'||SQLERRM);
1035: END IF;
1036: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1037: fnd_message.set_token('NAME','IGF_AP_MK_PROF_ACT_PKG.LG_MAKE_ACTIVE_PROFILE');

Line 1034: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_mk_prof_act_pkg.lg_make_active_profile.exception','Unhandled exception error:'||SQLERRM);

1030: fnd_file.put_line(fnd_file.OUTPUT,fnd_message.get || ' : ' || l_error_record_cnt);
1031: EXCEPTION
1032: WHEN others THEN
1033: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1034: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_mk_prof_act_pkg.lg_make_active_profile.exception','Unhandled exception error:'||SQLERRM);
1035: END IF;
1036: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1037: fnd_message.set_token('NAME','IGF_AP_MK_PROF_ACT_PKG.LG_MAKE_ACTIVE_PROFILE');
1038: errbuf := fnd_message.get;