DBA Data[Home] [Help]

APPS.IGS_PE_CRS_GRP_EXCL_PKG dependencies on IGS_EN_VAL_PCE

Line 87: IF IGS_EN_VAL_PCE.enrp_val_encmb_dt (

83: IF p_inserting OR (p_updating AND
84: (NVL(old_references.pcge_start_dt, IGS_GE_DATE.IGSDATE('1900/01/01'))
85: <> new_references.pcge_start_dt))
86: THEN
87: IF IGS_EN_VAL_PCE.enrp_val_encmb_dt (
88: new_references.pcge_start_dt,
89: v_message_name) = FALSE THEN
90: Fnd_Message.Set_Name('IGS', v_message_name);
91: IGS_GE_MSG_STACK.ADD;

Line 99: IF IGS_EN_VAL_PCE.enrp_val_encmb_dts (

95: END IF;
96: -- Validate that start date is not less than the parent IGS_PE_PERSON
97: -- Encumbrance Effect start date.
98: IF p_inserting THEN
99: IF IGS_EN_VAL_PCE.enrp_val_encmb_dts (
100: new_references.pee_start_dt,
101: new_references.pcge_start_dt,
102: v_message_name) = FALSE THEN
103: Fnd_Message.Set_Name('IGS', v_message_name);

Line 115: IF IGS_EN_VAL_PCE.enrp_val_strt_exp_dt (

111: IF p_inserting OR (p_updating AND
112: (NVL(old_references.expiry_dt, IGS_GE_DATE.IGSDATE('1900/01/01'))
113: <> new_references.expiry_dt))
114: THEN
115: IF IGS_EN_VAL_PCE.enrp_val_strt_exp_dt (
116: new_references.pcge_start_dt,
117: new_references.expiry_dt,
118: v_message_name) = FALSE THEN
119: Fnd_Message.Set_Name('IGS', v_message_name);

Line 123: IF IGS_EN_VAL_PCE.enrp_val_encmb_dt (

119: Fnd_Message.Set_Name('IGS', v_message_name);
120: IGS_GE_MSG_STACK.ADD;
121: App_Exception.Raise_Exception;
122: END IF;
123: IF IGS_EN_VAL_PCE.enrp_val_encmb_dt (
124: new_references.expiry_dt,
125: v_message_name) = FALSE THEN
126: Fnd_Message.Set_Name('IGS', v_message_name);
127: IGS_GE_MSG_STACK.ADD;

Line 135: IF IGS_EN_VAL_PCE.enrp_val_pee_table (

131: END IF;
132: -- Validate that records for this table can be created for the encumbrance
133: -- effect type.
134: IF p_inserting THEN
135: IF IGS_EN_VAL_PCE.enrp_val_pee_table (
136: new_references.s_encmb_effect_type,
137: 'IGS_PE_CRS_GRP_EXCL',
138: v_message_name) = FALSE THEN
139: Fnd_Message.Set_Name('IGS', v_message_name);