DBA Data[Home] [Help]

APPS.IGF_AP_MK_ISIR_ACT_PKG dependencies on FND_LOG

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

1105: WHERE ROWID = l_get_records.ROW_ID;
1106: END IF;
1107: END IF;
1108:
1109: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
1110: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_mk_isir_act_pkg.lg_make_active_isir.debug',l_debug_str);
1111: END IF;
1112: l_process_flag := FALSE;
1113: l_debug_str := NULL;

Line 1110: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_mk_isir_act_pkg.lg_make_active_isir.debug',l_debug_str);

1106: END IF;
1107: END IF;
1108:
1109: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
1110: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_ap_mk_isir_act_pkg.lg_make_active_isir.debug',l_debug_str);
1111: END IF;
1112: l_process_flag := FALSE;
1113: l_debug_str := NULL;
1114: EXCEPTION

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

1141: fnd_message.set_name('IGS','IGS_GE_TOTAL_REC_FAILED');
1142: fnd_file.put_line(fnd_file.OUTPUT,fnd_message.get || ' : ' || l_error_record_cnt);
1143: EXCEPTION
1144: WHEN others THEN
1145: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1146: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_mk_isir_act_pkg.lg_make_active_isir.exception','Unhandled Exception: '||SQLERRM);
1147: END IF;
1148: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1149: fnd_message.set_token('NAME','IGF_AP_MK_ISIR_ACT_PKG.LG_MAKE_ACTIVE_ISIR');

Line 1146: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_mk_isir_act_pkg.lg_make_active_isir.exception','Unhandled Exception: '||SQLERRM);

1142: fnd_file.put_line(fnd_file.OUTPUT,fnd_message.get || ' : ' || l_error_record_cnt);
1143: EXCEPTION
1144: WHEN others THEN
1145: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1146: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_mk_isir_act_pkg.lg_make_active_isir.exception','Unhandled Exception: '||SQLERRM);
1147: END IF;
1148: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1149: fnd_message.set_token('NAME','IGF_AP_MK_ISIR_ACT_PKG.LG_MAKE_ACTIVE_ISIR');
1150: errbuf := fnd_message.get;