DBA Data[Home] [Help]

APPS.PV_PRGM_BENEFITS_PVT dependencies on DUAL

Line 59: FROM dual;

55:
56: -- Cursor to get the sequence for pv_program_benefits_id
57: CURSOR c_program_benefits_id_seq IS
58: SELECT PV_PROGRAM_BENEFITS_S.NEXTVAL
59: FROM dual;
60:
61:
62: -- Cursor to validate the uniqueness
63: CURSOR c_prgm_benefits_id_seq_exists (l_id IN NUMBER) IS