DBA Data[Home] [Help]

APPS.IGS_HE_SUSA_LGCY_PUB dependencies on IGS_AS_SU_SETATMPT_PKG

Line 99: IF NOT igs_as_su_setatmpt_pkg.get_pk_for_validation (x_person_id => p_person_id,

95: END IF;
96:
97: -- Foreign Key validations -----------------------------
98: -- Check if the Unit Set Attempt exists
99: IF NOT igs_as_su_setatmpt_pkg.get_pk_for_validation (x_person_id => p_person_id,
100: x_course_cd => p_hesa_susa_rec.program_cd,
101: x_unit_set_cd => p_hesa_susa_rec.unit_set_cd,
102: x_sequence_number => p_sequence_number
103: ) THEN