update in master-detail form & FORMS 10g master-detail (merged) [message #188521] |
Sat, 19 August 2006 00:40  |
debajyoti_p
Messages: 4 Registered: August 2006 Location: Kolkata
|
Junior Member |
|
|
I have a master-detail form. I am able to INSERT in the master and detail table. But modification gives problem. On click on Modify button, I am accepting the PK of header table on LOV one after another, but the block status is showing NEW and thats why it is not able update on click of a SAVE button.
Please tell me how to change the block staus to QUERY, so that I can Update the master/detail table at one go.
Please reply urgently. Thanks in advance.
|
|
|
|
|
Re: update in master-detail form [message #190065 is a reply to message #190062] |
Tue, 29 August 2006 03:38   |
debajyoti_p
Messages: 4 Registered: August 2006 Location: Kolkata
|
Junior Member |
|
|
Dear Mr. Singh.
Thanks for taking interest into the problem.
I am attaching the script.sql for creating the master and detail table.
The test case parameter:
Branch_mousmbscom_header table: This are mandatory field
Finyear : 2006-2007
Region : ER
Branch : CAL
Mousmbstype : MOU
ProductGroup : HRC
Serial No : 1
Partyname : ABC LIMITED
Branch_mousmbscom_item table: This are mandatory field
Itemno: 1
Branch : CAL
Partycode : A001
Division : 01
Itemno : 2
Branch : CAL
Partycode : A002
Division : 02
Itemno : 3
Branch : CAL
Partycode : A003
Division : 03
Itemno : 4
Branch : CAL
Partycode : A003
Diviosn :04
Kindest Regards,
D Purkayastha
|
|
|
|
|