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 558: errbuf := fnd_message.get;

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