DBA Data[Home] [Help]

APPS.IGS_FI_INVOICE_PROCESS dependencies on FND_FILE

Line 18: FND_FILE.Put_Line(FND_FILE.Log,

14: -- and if the user tries to run this program, then an error
15: -- message should be written to the log file that this is obsolete
16: FND_MESSAGE.Set_Name('IGS',
17: 'IGS_GE_OBSOLETE_JOB');
18: FND_FILE.Put_Line(FND_FILE.Log,
19: FND_MESSAGE.Get);
20: retcode := 0;
21: EXCEPTION
22: WHEN Others THEN

Line 44: FND_FILE.Put_Line(FND_FILE.Log,

40: -- and if the user tries to run this program, then an error
41: -- message should be written to the log file that this is obsolete
42: FND_MESSAGE.Set_Name('IGS',
43: 'IGS_GE_OBSOLETE_JOB');
44: FND_FILE.Put_Line(FND_FILE.Log,
45: FND_MESSAGE.Get);
46: retcode := 0;
47: EXCEPTION
48: WHEN Others THEN

Line 65: FND_FILE.Put_Line(FND_FILE.Log,

61: -- and if the user tries to run this program, then an error
62: -- message should be written to the log file that this is obsolete
63: FND_MESSAGE.Set_Name('IGS',
64: 'IGS_GE_OBSOLETE_JOB');
65: FND_FILE.Put_Line(FND_FILE.Log,
66: FND_MESSAGE.Get);
67: retcode := 0;
68: EXCEPTION
69: WHEN Others THEN

Line 86: FND_FILE.Put_Line(FND_FILE.Log,

82: -- and if the user tries to run this program, then an error
83: -- message should be written to the log file that this is obsolete
84: FND_MESSAGE.Set_Name('IGS',
85: 'IGS_GE_OBSOLETE_JOB');
86: FND_FILE.Put_Line(FND_FILE.Log,
87: FND_MESSAGE.Get);
88: retcode := 0;
89: EXCEPTION
90: WHEN Others THEN