DBA Data[Home] [Help]

APPS.IGS_RE_THE_LGCY_PUB dependencies on IGS_RE_THS_PNL_TYPE_PKG

Line 368: IF NOT igs_re_ths_pnl_type_pkg.get_pk_for_validation (

364: END IF;
365:
366: --FK check to the table igs_re_ths_pnl_type for the field thesis_panel_type
367: IF p_the_dtls_rec.thesis_panel_type IS NOT NULL THEN
368: IF NOT igs_re_ths_pnl_type_pkg.get_pk_for_validation (
369: p_the_dtls_rec.thesis_panel_type) THEN
370: FND_MESSAGE.SET_NAME ('IGS', 'IGS_RE_THE_PNL_TYP_INV');
371: FND_MSG_PUB.ADD;
372: l_ret_status := 'E';