ora : 40357 invalid string in example record. query not issued ?
hello experts,
ora : 40357 invalid string in example record. query not issued , while executing the records.
i am quering on emp_code having in form:
0101-010112-0001
if i query for emp_code= A00001, NOT MESSAGE IS SHOWING.
for avoiding exception , i set the message_level as below:
:system.message_level := 25;
EXECUTE_QUERY;
:system.message_level := 0;
but exception message still displaying.
at forms level i am also using on-error trigger and code in it is:
ERROR_MESSAGES;
please help.
thanks
yash