Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Siebel error handling SBL-DBC-00111

edited May 11, 2019 8:17AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered ✓

Hi All

Kindly, is there is any way in Siebel to handle the message coming out from the error SBL-DBC-00111 to be user friendly?

For example: when user press on button on applet, this button changing one field value, I have a trigger on table level on Siebel database before update in case this column changed the trigger will raise an error to the user in Siebel, by using this in in my trigger

if :new.column_name <> :old.column_name thenRaise_Application_Error(-20000, 'My error message... ');end if;

Currently it's working but the message appears to the user is not user friendly, it's showing like this:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center