DBA Data[Home] [Help]

APPS.IGS_FI_GEN_006 dependencies on FND_FILE

Line 56: FND_FILE.Put_Line(FND_FILE.Log,

52: -- to run this program, then an error message should be logged into the log file that
53: -- the concurrent program is obsoleted and should not be run
54: FND_MESSAGE.Set_Name('IGS',
55: 'IGS_GE_OBSOLETE_JOB');
56: FND_FILE.Put_Line(FND_FILE.Log,
57: FND_MESSAGE.Get);
58: EXCEPTION
59: WHEN OTHERS THEN
60: RETCODE:=2;

Line 94: FND_FILE.Put_Line(FND_FILE.Log,

90: -- to run this program, then an error message should be logged into the log file that
91: -- the concurrent program is obsoleted and should not be run
92: FND_MESSAGE.Set_Name('IGS',
93: 'IGS_GE_OBSOLETE_JOB');
94: FND_FILE.Put_Line(FND_FILE.Log,
95: FND_MESSAGE.Get);
96: retcode := 0;
97:
98: EXCEPTION