DBA Data[Home] [Help]

APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AP_MK_PROF_ACT_PKG

Line 1: PACKAGE BODY igf_ap_mk_prof_act_pkg AS

1: PACKAGE BODY igf_ap_mk_prof_act_pkg AS
2: /* $Header: IGFAP42B.pls 120.2 2006/01/17 02:38:20 tsailaja noship $ */
3:
4: g_log_tab_index NUMBER := 0;
5:

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 1008: fnd_message.set_token('NAME','IGF_AP_MK_PROF_ACT_PKG.LG_MAKE_ACTIVE_PROFILE');

1004: l_process_flag := FALSE;
1005: l_debug_str := NULL;
1006: l_error_flag := FALSE;
1007: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1008: fnd_message.set_token('NAME','IGF_AP_MK_PROF_ACT_PKG.LG_MAKE_ACTIVE_PROFILE');
1009: add_log_table_process(l_get_records.person_number,l_error,fnd_message.get);
1010: ROLLBACK TO sp1;
1011: END;
1012: COMMIT;

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;

Line 1037: fnd_message.set_token('NAME','IGF_AP_MK_PROF_ACT_PKG.LG_MAKE_ACTIVE_PROFILE');

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;
1039: igs_ge_msg_stack.conc_exception_hndl;
1040:
1041: END lg_make_active_profile;

Line 1154: END igf_ap_mk_prof_act_pkg;

1150: END LOOP;
1151:
1152: END print_log_process;
1153:
1154: END igf_ap_mk_prof_act_pkg;