DBA Data[Home] [Help]

APPS.IGS_PE_PERS_UNT_EXCL_PKG dependencies on IGS_EN_VAL_PUE

Line 143: IF IGS_EN_VAL_PUE.enrp_val_pue_unit (

139: END IF;
140: -- Validate if IGS_PE_PERSON is enrolled in the IGS_PS_UNIT which is to be excluded. If so,
141: -- raise an error as this is not allowable.
142: IF p_inserting THEN
143: IF IGS_EN_VAL_PUE.enrp_val_pue_unit (
144: new_references.person_id,
145: new_references.unit_cd,
146: null,
147: v_message_name ) = FALSE THEN

Line 175: IF IGS_EN_VAL_PUE.enrp_val_pue_open (

171: -- Validate for open ended IGS_PE_PERSON IGS_PS_UNIT exclusion records.
172: IF new_references.expiry_dt IS NULL THEN
173: -- Validate for open ended IGS_PE_PERS_UNT_EXCL records.
174: IF new_references.expiry_dt IS NULL THEN
175: IF IGS_EN_VAL_PUE.enrp_val_pue_open (
176: new_references.person_id,
177: new_references.encumbrance_type,
178: new_references.pen_start_dt,
179: new_references.s_encmb_effect_type,