Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert Multiple record into table while saving the form

986451Jan 22 2013 — edited Jan 23 2013
Dear Friends,

Currently we have a custom form, which has a tabular form layout, when we input new record and click save, it inserts one record in to table. This form is based on database table.
Now my requirement is to customize one column in this form i.e. for example column channel (channel may be A,B,C,D,E). I need to make this channel filed as a check box displaying A ,B,C,D,E. After i input the values in all fields and if i choose channel as A,B,D (check box checked for A, B AND D). Click save. i need 3 rows inserted in to db table. All same values in 3 rows excepts the channel column value in each shuld be A for 1st row, B for 2nd and D for 3rd row.

How to achieve this? Need you suggestions to implement this.

Thanks in Advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2013
Added on Jan 22 2013
4 comments
474 views