what's the difference between R12 and 11i in Master-Detail Form Develop?? [message #384448] |
Tue, 03 February 2009 21:03 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
vitas_haiyi
Messages: 36 Registered: April 2007
|
Member |
|
|
Hi all.
I used same way to develop a Master-Detail Form.
1.Create Master Block CUX_PH and Detail Block CUX_PL
2.Create Relationship on Master Block, Join Condition : CUX_PH.HEADER_ID = CUX_PL.HEADER_ID
But when I updateload to ebs, and open the form enter one record ,andsave Date, it said:
ORA-01403: no data found
--------------------------------------------------------------------------------
FRM-40508: ORACLE error: unable to INSERT record.
And when I query Master Block, it said
ORA-00904: "C": invalid identifier
--------------------------------------------------------------------------------
FRM-40505: ORACLE error: unable to perform query.
What's problem?
The same code can execute in 11i no error.
|
|
|
|
|