ORA-02291 [message #191383] |
Wed, 06 September 2006 01:49 |
emadbsb
Messages: 334 Registered: May 2005 Location: egypt
|
Senior Member |
|
|
Hii All
i made a login screen containing a menu that by using this menu i enter to my screens
some of these screens when i exit from it to return back to my login screen give me that error
FRM-21011: PL/SQL Unhandled exception ORA-02291
can anyone help me
Thanks for Everyone helped and helping me
[Updated on: Wed, 06 September 2006 02:02] Report message to a moderator
|
|
|
Re: ORA-02291 [message #191396 is a reply to message #191383] |
Wed, 06 September 2006 02:47 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
You receive this error:
ORA-02291: integrity constraint constraint name violated - parent key not found.
This means that you probably are filling in details in the form without having saved the parent first. Are you using OPEN_FORM to call the forms by any chance?
MHE
|
|
|