DBA Data[Home] [Help]

APPS.IGS_FI_ACCOUNT_INT dependencies on FND_FILE

Line 32: FND_FILE.Put_Line(FND_FILE.Log,

28: -- and if the user tries to run this program, then an error
29: -- message should be written to the log file that this is obsolete
30: FND_MESSAGE.Set_Name('IGS',
31: 'IGS_GE_OBSOLETE_JOB');
32: FND_FILE.Put_Line(FND_FILE.Log,
33: FND_MESSAGE.Get);
34: retcode := 0;
35: EXCEPTION
36: WHEN Others THEN