DBA Data[Home] [Help]

APPS.OKL_VSS_WF dependencies on DUAL

Line 20: FROM DUAL;

16:
17: -- Cursor to get the value of the sequence
18: CURSOR okl_key_csr IS
19: SELECT okl_wf_item_s.nextval
20: FROM DUAL;
21:
22: BEGIN
23:
24: IF( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 496: from dual;

492:
493: /*
494: CURSOR c_counter_rec(c_trx_id NUMBER)IS
495: select counter_id, counter_reading, reading_date, amount, clg_id
496: from dual;
497: */
498: -- where trx_id = c_trx_id;
499:
500: