DBA Data[Home] [Help]

APPS.IGS_EN_SPI_RCOND_LGCY_PUB dependencies on IGS_EN_INTM_RCONDS_PKG

Line 86: IF NOT igs_en_intm_rconds_pkg.get_pk_for_validation(x_return_condition => p_intm_rcond_rec.return_condition) THEN

82: BEGIN
83:
84: -- Ensure the return condition is valid by checking the intermission
85: -- conditions. If not throw Error
86: IF NOT igs_en_intm_rconds_pkg.get_pk_for_validation(x_return_condition => p_intm_rcond_rec.return_condition) THEN
87: FND_MESSAGE.SET_NAME('IGS', 'IGS_EN_SPI_INV_RCOND');
88: FND_MSG_PUB.ADD;
89: l_ret_val := 'E';
90: END IF;