DBA Data[Home] [Help]

APPS.PV_PRGM_PMT_MODE_PVT dependencies on DUAL

Line 190: FROM dual;

186:
187: -- Cursor to get the sequence for pv_program_payment_mode_id
188: CURSOR c_prgm_pmt_mode_id_seq IS
189: SELECT PV_PROGRAM_PAYMENT_MODE_S.NEXTVAL
190: FROM dual;
191:
192:
193: -- Cursor to validate the uniqueness
194: CURSOR c_prgm_pmt_mode_id_seq_exists (l_id IN NUMBER) IS