DBA Data[Home] [Help]

APPS.IGS_PE_ALT_PERS_ID_PKG dependencies on IGS_EN_VAL_PAL

Line 185: IF IGS_EN_VAL_PAL.enrp_val_api_end_dt (

181: IF p_inserting OR p_updating THEN
182:
183: -- Validate that if end date is specified, then start date is also specified.
184: -- As part of the bug 1956374 changed the following call from IGS_EN_VAL_API.enrp_val_api_end_dt
185: IF IGS_EN_VAL_PAL.enrp_val_api_end_dt (
186: new_references.start_dt,
187: new_references.end_dt,
188: v_message_name) = FALSE THEN
189: Fnd_Message.Set_Name('IGS', v_message_name);