DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_WF dependencies on OKL_WF_ITEM_S

Line 27: SELECT okl_wf_item_s.nextval

23:
24:
25: -- Cursor to get the value of the sequence
26: CURSOR okl_key_csr IS
27: SELECT okl_wf_item_s.nextval
28: FROM DUAL;
29:
30:
31: