DBA Data[Home] [Help]

APPS.IGS_DA_REQST_PKG dependencies on FND_MESSAGE

Line 55: FND_MESSAGE.Set_Name('IGS', 'IGS_GE_OBSOLETE_JOB');

51: BEGIN
52: -- This concurrent job is made obsolete as part of Enh#2829285. If user tried to
53: -- run the program then an error message should be written to the Log file that
54: -- the Concurrent Program is obsolete and this should not be run. DA UI Build.
55: FND_MESSAGE.Set_Name('IGS', 'IGS_GE_OBSOLETE_JOB');
56: FND_FILE.Put_Line(FND_FILE.Log,FND_MESSAGE.Get);
57: retcode := 0;
58: END single_da_request;
59:

Line 56: FND_FILE.Put_Line(FND_FILE.Log,FND_MESSAGE.Get);

52: -- This concurrent job is made obsolete as part of Enh#2829285. If user tried to
53: -- run the program then an error message should be written to the Log file that
54: -- the Concurrent Program is obsolete and this should not be run. DA UI Build.
55: FND_MESSAGE.Set_Name('IGS', 'IGS_GE_OBSOLETE_JOB');
56: FND_FILE.Put_Line(FND_FILE.Log,FND_MESSAGE.Get);
57: retcode := 0;
58: END single_da_request;
59:
60: PROCEDURE multiple_da_request (errbuf OUT NOCOPY VARCHAR2,

Line 68: FND_MESSAGE.Set_Name('IGS', 'IGS_GE_OBSOLETE_JOB');

64: BEGIN
65: -- This concurrent job is made obsolete as part of Enh#2829285. If user tried to
66: -- run the program then an error message should be written to the Log file that
67: -- the Concurrent Program is obsolete and this should not be run. DA UI Build.
68: FND_MESSAGE.Set_Name('IGS', 'IGS_GE_OBSOLETE_JOB');
69: FND_FILE.Put_Line(FND_FILE.Log,FND_MESSAGE.Get);
70: retcode := 0;
71: END multiple_da_request;
72: END igs_da_reqst_pkg;

Line 69: FND_FILE.Put_Line(FND_FILE.Log,FND_MESSAGE.Get);

65: -- This concurrent job is made obsolete as part of Enh#2829285. If user tried to
66: -- run the program then an error message should be written to the Log file that
67: -- the Concurrent Program is obsolete and this should not be run. DA UI Build.
68: FND_MESSAGE.Set_Name('IGS', 'IGS_GE_OBSOLETE_JOB');
69: FND_FILE.Put_Line(FND_FILE.Log,FND_MESSAGE.Get);
70: retcode := 0;
71: END multiple_da_request;
72: END igs_da_reqst_pkg;