我有静态值的无线组:A; 1,B 2,C 3。 1,2,3是从柱公司值,其中A,B,C的归属。
这是我的SQL查询。
Select company into :p2_type from table where orderno =
:p2_orderno and rownum = 1;
这是第1和2,其连接在一起的一部分。 我没有看到一个选择单选按钮组当我移动到下一个页面,虽然我看到orderno动过。 我创建了页面1的过程,使其运行此查询时,我点击“下一步”按钮,还我重定向到下一个页面是2。