DBA Data[Home] [Help]

APPS.IGS_PS_VAL_UV dependencies on IGS_AS_VAL_UAI

Line 705: IF (IGS_AS_VAL_UAI.crsp_val_uo_cal_type(

701: IF (v_s_unit_status = 'PLANNED') THEN
702: -- Validate if IGS_PS_UNIT_OFR records exist, then the IGS_CA_TYPE is not closed
703: FOR uo_rec IN c_unit_offering LOOP
704: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_UO.crsp_val_uo_cal_type
705: IF (IGS_AS_VAL_UAI.crsp_val_uo_cal_type(
706: uo_rec.cal_type,
707: p_message_name) = FALSE) THEN
708: v_terminate := TRUE;
709: EXIT;

Line 718: IF (IGS_as_VAL_uai.crsp_val_crs_ci(

714: END IF;
715: -- Validate if unit_ofering_pattern records exist, then the
716: -- IGS_CA_INST.IGS_CA_STAT = 'ACTIVE'
717: FOR uop_rec IN c_unit_offering_pattern LOOP
718: IF (IGS_as_VAL_uai.crsp_val_crs_ci(
719: uop_rec.cal_type,
720: uop_rec.ci_sequence_number,
721: p_message_name) = FALSE) THEN
722: v_terminate := TRUE;