DBA Data[Home] [Help]

APPS.IGS_PS_GEN_006 dependencies on IGS_AS_VAL_UAI

Line 455: IF (igs_as_val_uai.crsp_val_uo_cal_type (p_source_cal_type,v_message) = FALSE) THEN

451:
452:
453: -- validating that the calendar type is open and of type 'TEACHING'
454: -- As part of the bug# 1956374 changed to the below call from igs_ps_val_uop.crsp_val_uo_cal_type
455: IF (igs_as_val_uai.crsp_val_uo_cal_type (p_source_cal_type,v_message) = FALSE) THEN
456: RAISE invalid;
457: END IF;
458:
459: -- validating that the source calendar instance exists

Line 485: IF (igs_as_val_uai.crsp_val_crs_ci (p_dest_cal_type,

481: gv_end_dt := gv_cal_instance_rec.end_dt;
482: CLOSE gc_cal_instance_exists;
483:
484: -- validating that the destination calendar instance is active
485: IF (igs_as_val_uai.crsp_val_crs_ci (p_dest_cal_type,
486: p_dest_sequence_number,
487: v_message) = FALSE) THEN
488: RAISE invalid;
489: END IF;