DBA Data[Home] [Help]

APPS.IGS_RE_THE_LGCY_PUB dependencies on IGS_RE_THESIS_PKG

Line 57: igs_re_thesis_pkg.check_constraints('final_title_ind',p_the_dtls_rec.final_title_ind);

53:
54: --check constraint for final_title_ind, it should be 'Y' or 'N'
55: IF p_the_dtls_rec.final_title_ind IS NOT NULL THEN
56: BEGIN
57: igs_re_thesis_pkg.check_constraints('final_title_ind',p_the_dtls_rec.final_title_ind);
58: EXCEPTION
59: WHEN OTHERS THEN
60: l_msg_count := FND_MSG_PUB.COUNT_MSG;
61: FND_MSG_PUB.DELETE_MSG (p_msg_index => l_msg_count);

Line 71: igs_re_thesis_pkg.check_constraints('thesis_result_cd',p_the_dtls_rec.final_thesis_result_cd);

67:
68: --Check constraint for the final thesis result code
69: IF p_the_dtls_rec.final_thesis_result_cd IS NOT NULL THEN
70: BEGIN
71: igs_re_thesis_pkg.check_constraints('thesis_result_cd',p_the_dtls_rec.final_thesis_result_cd);
72: EXCEPTION
73: WHEN OTHERS THEN
74: l_msg_count := FND_MSG_PUB.COUNT_MSG;
75: FND_MSG_PUB.DELETE_MSG (p_msg_index => l_msg_count);