|
|
|
|
|
Re: trigger error [message #544479 is a reply to message #544472] |
Wed, 22 February 2012 00:55 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
ORA-06502: PL/SQL: numeric or value errorstring
Cause: An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).
Action: Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.
I'm not sure that you can do much without form's author.
|
|
|
|
|
Re: trigger error [message #544487 is a reply to message #544486] |
Wed, 22 February 2012 01:45 |
|
charanyevadu
Messages: 17 Registered: February 2012
|
Junior Member |
|
|
I checked and everything seems to be fine with the input data. Ny how thanks for your suggestion and looking forward for someone who and help me out
|
|
|