DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on FND_FILE

Line 425: fnd_file.put_line (fnd_file.log, rec_person_detail.party_number || '; ' || p_course_cd || '; ' || p_uoo_id || '; ' || p_unit_cd || '; ' || p_cal_type || '; ' || p_ci_sequence_number);

421: OPEN cur_person_detail (p_person_id);
422: FETCH cur_person_detail INTO rec_person_detail;
423: CLOSE cur_person_detail;
424: --
425: fnd_file.put_line (fnd_file.log, rec_person_detail.party_number || '; ' || p_course_cd || '; ' || p_uoo_id || '; ' || p_unit_cd || '; ' || p_cal_type || '; ' || p_ci_sequence_number);
426: --
427: SAVEPOINT s_before_suao_creation;
428: igs_as_su_stmptout_pkg.insert_row (
429: x_rowid => x_rowid,

Line 497: fnd_file.put_line (fnd_file.log, ' -> ' || SQLERRM);

493: --
494: EXCEPTION
495: WHEN OTHERS THEN
496: ROLLBACK TO s_before_suao_creation;
497: fnd_file.put_line (fnd_file.log, ' -> ' || SQLERRM);
498: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level) THEN
499: fnd_log.string (
500: fnd_log.level_exception,
501: g_module_head || 'assp_ins_admin_grds.assp_insertgrade.insert_exception',

Line 1668: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET_STRING('IGS',v_message_name));

1664: -- Commit only after processing all records.
1665: COMMIT;
1666:
1667: IF NOT IGS_EN_GEN_002.ENRP_EXT_ENRL_FORM(FND_GLOBAL.CONC_REQUEST_ID,'ASS_COVER',v_message_name) THEN
1668: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET_STRING('IGS',v_message_name));
1669: END IF;
1670: END;
1671:
1672: EXCEPTION

Line 2625: fnd_file.put_line (fnd_file.log, fnd_message.get);

2621: -- tries to run this program then an error message should be logged into the log
2622: -- file that the concurrent program is obsolete and should not be run.
2623: --
2624: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
2625: fnd_file.put_line (fnd_file.log, fnd_message.get);
2626: --
2627: EXCEPTION
2628: WHEN OTHERS THEN
2629: retcode:=2;