DBA Data[Home] [Help]

APPS.PV_PRGM_CONTRACTS_PVT dependencies on DUAL

Line 79: FROM dual;

75:
76: -- Cursor to get the sequence for pv_program_contracts_id
77: CURSOR c_prgm_contracts_id_seq IS
78: SELECT PV_PROGRAM_CONTRACTS_S.NEXTVAL
79: FROM dual;
80:
81:
82: -- Cursor to validate the uniqueness
83: CURSOR c_prgm_cntrcts_id_seq_exists (l_id IN NUMBER) IS