DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on DUAL

Line 1312: from dual ;

1308:
1309: -- Select sequence for marking processes
1310: select okl_opp_seq.nextval
1311: into l_seq_next
1312: from dual ;
1313:
1314: -- Bug 4546873
1315: g_opp_seq_num := to_char(l_seq_next);
1316: -- End Bug 4546873

Line 4144: FROM dual;

4140:
4141: CURSOR req_id_csr IS
4142: SELECT
4143: DECODE(Fnd_Global.CONC_REQUEST_ID,-1,NULL,Fnd_Global.CONC_REQUEST_ID)
4144: FROM dual;
4145:
4146: ------------------------------------------------------------
4147: -- Operating Unit
4148: ------------------------------------------------------------