DBA Data[Home] [Help]

APPS.IGF_AP_OSS_INTR_DTLS dependencies on IGS_PE_TYP_INSTANCES_ALL

Line 41: CURSOR check_atb_cur(p_person_id igs_pe_typ_instances_all.person_id%TYPE)

37: --
38: -- Cursor to get "Ability to Benefit" test check
39: -- Below query will return a record, if the Student has taken this test.
40: --
41: CURSOR check_atb_cur(p_person_id igs_pe_typ_instances_all.person_id%TYPE)
42: IS
43: SELECT
44: admission_test_type adm_test_type,
45: test_date adm_test_date