DBA Data[Home] [Help]

APPS.IGS_FI_GEN_003 dependencies on FND_FILE

Line 39: FND_FILE.Put_Line(FND_FILE.Log,

35: -- run the program then an error message should be written to the Log file that
36: -- the Concurrent Program is obsolete and this should not be run
37: FND_MESSAGE.Set_Name('IGS',
38: 'IGS_GE_OBSOLETE_JOB');
39: FND_FILE.Put_Line(FND_FILE.Log,
40: FND_MESSAGE.Get);
41: retcode := 0;
42:
43: EXCEPTION

Line 169: FND_FILE.Put_Line(FND_FILE.Log,

165: -- and if the user tries to run this program ,then a message should be logged in the
166: -- Error log that the Concurrent Program is obsolete and should not be run.
167: FND_MESSAGE.Set_Name('IGS',
168: 'IGS_GE_OBSOLETE_JOB');
169: FND_FILE.Put_Line(FND_FILE.Log,
170: FND_MESSAGE.Get);
171: retcode := 0;
172:
173: EXCEPTION

Line 408: FND_FILE.Put_Line(FND_FILE.Log,

404:
405: IF IGS_FI_GEN_003.FINP_DEL_FSERT (v_fser_rec.SUB_ER_ID,
406: v_message_name) = FALSE THEN
407: fnd_message.set_name ('IGS', v_message_name);
408: FND_FILE.Put_Line(FND_FILE.Log,
409: FND_MESSAGE.Get);
410: END IF;
411:
412: