Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 12c forms - Error - FRM-40405

SANPATMay 19 2021

dear Friends
Whenever i update or add the record gets the message as FRM-40405, tried all the options to supress this error.
the following code added in ON-ERROR, ON-MESSAGE, but still receive the message.
IF ERROR_TYPE = 'FRM' AND ERROR_CODE = 40405 THEN NULL;
ELSE
MESSAGE(ERROR_TYPE||'-'||ERROR_CODE||': '||ERROR_TEXT);
RAISE FORM_TRIGGER_FAILURE;
END IF;
Please suggest how to supress this error.
Sanjay

Comments
Post Details
Added on May 19 2021
0 comments
323 views