DBA Data[Home] [Help]

APPS.GCS_IC_LOB_ELIM_PARENT_PKG dependencies on FND_MESSAGE

Line 510: p_errbuf := FND_MESSAGE.get;

506: fnd_file.put_line(fnd_file.log, 'Request Identifier: ' || req_id);
507: fnd_file.put_line(fnd_file.log, '.............Completed Submission of EPF Hierarchy Loader.............');
508:
509: IF req_id <= 0 THEN
510: p_errbuf := FND_MESSAGE.get;
511: p_retcode := '2';
512: END IF;
513: END IF;
514: