DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on DUAL

Line 1275: from dual ;

1271:
1272: -- Select sequence for marking processes
1273: select okl_opp_seq.nextval
1274: into l_seq_next
1275: from dual ;
1276:
1277: -- Bug 4546873
1278: g_opp_seq_num := to_char(l_seq_next);
1279: -- End Bug 4546873

Line 4080: FROM dual;

4076:
4077: CURSOR req_id_csr IS
4078: SELECT
4079: DECODE(Fnd_Global.CONC_REQUEST_ID,-1,NULL,Fnd_Global.CONC_REQUEST_ID)
4080: FROM dual;
4081:
4082: ------------------------------------------------------------
4083: -- Operating Unit
4084: ------------------------------------------------------------