DBA Data[Home] [Help]

APPS.OKI_LOAD_YRA_PVT dependencies on DUAL

Line 82: FROM dual

78:
79: -- Cursor declaration
80: CURSOR l_seq_num IS
81: SELECT oki_yoy_renewal_amt_s1.nextval seq
82: FROM dual
83: ;
84: rec_l_seq_num l_seq_num%ROWTYPE ;
85:
86: BEGIN