Access APEX Tabular form cell values

807 Views Asked by At

I have master-detail form in APEX 5.0, and I need to insert master and detail data in the same time using PL/SQL.

What I need is to access the tabular form rows to use them in Insert statement.

I greatly appreciate your help!

Best Regards, Saddam.

1

There are 1 best solutions below

0
On

Use this code

APEX_APPLICATION.G_F0i(j);
// i- column index, j- row index