DBA Data[Home] [Help]

APPS.IGS_FI_PAY_TERM_INT dependencies on FND_FILE

Line 13: FND_FILE.Put_Line(FND_FILE.Log,

9: -- and if the user tries to run this program, then an error
10: -- message should be written to the log file that this is obsolete
11: FND_MESSAGE.Set_Name('IGS',
12: 'IGS_GE_OBSOLETE_JOB');
13: FND_FILE.Put_Line(FND_FILE.Log,
14: FND_MESSAGE.Get);
15: retcode := 0;
16: EXCEPTION
17: WHEN OTHERS THEN