DBA Data[Home] [Help]

APPS.IGS_PS_PAT_OF_STUDY_PKG dependencies on IGS_PS_VAL_POS

Line 113: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_POS.crsp_val_loc_cd

109: IF p_inserting OR p_updating THEN
110: -- Validate the IGS_AD_LOCATION Code
111: IF (new_references.location_cd IS NOT NULL AND (p_inserting OR
112: (p_updating AND new_references.location_cd <> old_references.location_cd))) THEN
113: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_POS.crsp_val_loc_cd
114: IF IGS_PS_VAL_UOO.crsp_val_loc_cd (
115: new_references.location_cd,
116: v_message_name) = FALSE THEN
117: Fnd_Message.Set_Name('IGS', v_message_name);

Line 147: IF IGS_PS_VAL_POS.crsp_val_us_active (

143: END IF;
144: -- Validate the IGS_PS_UNIT Set Code
145: IF (new_references.unit_set_cd IS NOT NULL AND (p_inserting OR
146: (p_updating AND new_references.unit_set_cd <> old_references.unit_set_cd))) THEN
147: IF IGS_PS_VAL_POS.crsp_val_us_active (
148: new_references.unit_set_cd,
149: v_message_name) = FALSE THEN
150: Fnd_Message.Set_Name('IGS', v_message_name);
151: IGS_GE_MSG_STACK.ADD;

Line 158: IF IGS_PS_VAL_POS.crsp_val_pos_cat (

154: END IF;
155: -- Validate the Admission Calendar Type
156: IF (new_references.admission_cal_type IS NOT NULL AND (p_inserting OR
157: (p_updating AND new_references.admission_cal_type <> old_references.admission_cal_type))) THEN
158: IF IGS_PS_VAL_POS.crsp_val_pos_cat (
159: new_references.admission_cal_type,
160: v_message_name) = FALSE THEN
161: Fnd_Message.Set_Name('IGS', v_message_name);
162: IGS_GE_MSG_STACK.ADD;

Line 169: IF IGS_PS_VAL_POS.crsp_val_ac_closed (

165: END IF;
166: -- Validate the Admission Category
167: IF (new_references.admission_cat IS NOT NULL AND (p_inserting OR
168: (p_updating AND new_references.admission_cat <> old_references.admission_cat))) THEN
169: IF IGS_PS_VAL_POS.crsp_val_ac_closed (
170: new_references.admission_cat,
171: v_message_name) = FALSE THEN
172: Fnd_Message.Set_Name('IGS', v_message_name);
173: IGS_GE_MSG_STACK.ADD;