DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_ALIAS_PKG dependencies on IGS_AD_VAL_EDTL

Line 7: -- is replaced by igs_ad_val_edtl.genp_val_strt_end_dt

3: -------------------------------------------------------------------------------------------
4: --Change History:
5: --Who When What
6: --smadathi 28-AUG-2001 Bug No. 1956374. The Call to igs_as_val_pal.genp_val_strt_end_dt
7: -- is replaced by igs_ad_val_edtl.genp_val_strt_end_dt
8: --smadathi 24-AUG-2001 Bug No. 1956374. The call to igs_en_val_pal.genp_val_sdtt_sess
9: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess
10: --skpandey 01-JUL-2005 Bug No. 4327807
11: -- Added an additional condition in "BeforeRowInsertUpdate1" prodecure

Line 126: IF igs_ad_val_edtl.genp_val_strt_end_dt (

122: -- Validate that if both are specified, then end is not greater than start.
123: IF (new_references.end_dt IS NOT NULL) AND
124: ((p_inserting OR p_updating) OR
125: (NVL(old_references.end_dt, IGS_GE_DATE.IGSDATE('1900/01/01')) <> new_references.end_dt)) THEN
126: IF igs_ad_val_edtl.genp_val_strt_end_dt (
127: new_references.start_dt,
128: new_references.end_dt,
129: v_message_name) = FALSE THEN
130: Fnd_Message.Set_Name('IGS', v_message_name);