DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT dependencies on FND_MESSAGE

Line 254: errbuf := fnd_message.get;

250: write_to_log('Request submission failed. ');
251: write_to_log('Exiting with error... ');
252:
253: -- If request submission failed, exit with error
254: errbuf := fnd_message.get;
255: retcode := 2;
256: else
257: write_to_log('Report Sub-Request submitted, putting master into PAUSED mode');
258: --Set the globals to put the master into PAUSED mode

Line 561: errbuf := fnd_message.get;

557: END IF;
558:
559: COMMIT;
560: -- If request submission failed, exit with error
561: errbuf := fnd_message.get;
562: retcode := 2;
563: else
564: write_to_log('Sub-Request submitted, putting master into PAUSED mode');
565: -- Set the globals to put the master into PAUSED mode