DBA Data[Home] [Help]

APPS.IGS_AS_GEN_004 dependencies on FND_FILE

Line 68: fnd_file.put_line (fnd_file.LOG, fnd_message.get);

64: -- tries to run this program then an error message should be logged into the log
65: -- file that the concurrent program is obsolete and should not be run.
66: --
67: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
68: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
69: --
70: EXCEPTION
71: WHEN OTHERS THEN
72: retcode := 2;

Line 2380: fnd_file.put_line (fnd_file.LOG, fnd_message.get);

2376: -- tries to run this program then an error message should be logged into the log
2377: -- file that the concurrent program is obsolete and should not be run.
2378: --
2379: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
2380: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
2381: --
2382: EXCEPTION
2383: WHEN OTHERS THEN
2384: igs_ge_msg_stack.conc_exception_hndl;