DBA Data[Home] [Help]

APPS.IGS_PE_ALT_PERS_ID_PKG dependencies on IGS_AD_VAL_EDTL

Line 8: -- is replaced by igs_ad_val_edtl.genp_val_strt_end_dt

4: --Change History:
5: --Who When What
6: --avenkatr 09-OCT-2001 Bug No. 2037667 .Comparision in the Lock_row procedure of the Start_dt and End_dt has been changed to compare only the date part.
7: --smadathi 28-AUG-2001 Bug No. 1956374 .The Call to igs_en_val_api.genp_val_strt_end_dt
8: -- is replaced by igs_ad_val_edtl.genp_val_strt_end_dt
9: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_en_val_api.genp_val_sdtt_sess
10: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess
11: --
12: -- who when what

Line 196: IF igs_ad_val_edtl.genp_val_strt_end_dt (

192: END IF;
193:
194: -- Validate that if both are specified, then end is not greater than start.
195: IF (new_references.end_dt IS NOT NULL) THEN
196: IF igs_ad_val_edtl.genp_val_strt_end_dt (
197: new_references.start_dt,
198: new_references.end_dt,
199: v_message_name) = FALSE THEN
200: FND_MESSAGE.SET_NAME('IGS', v_message_name);