[Home] [Help]
344: --Then definitely the pk check will not be failed for any thesis exam record.
345:
346: --FK check to the table igs_re_ths_exam_type for the field thesis_exam_type
347: IF p_the_dtls_rec.thesis_exam_type IS NOT NULL THEN
348: IF NOT igs_re_ths_exam_type_pkg.get_pk_for_validation (
349: p_the_dtls_rec.thesis_exam_type) THEN
350: FND_MESSAGE.SET_NAME ('IGS', 'IGS_RE_THE_EXM_TYP_INV');
351: FND_MSG_PUB.ADD;
352: l_ret_status := 'E';