DBA Data[Home] [Help]

APPS.IGS_AD_PECRS_OFOP_DT_PKG dependencies on IGS_AD_VAL_APCOOD

Line 119: IF IGS_AD_VAL_APCOOD.admp_val_apcood_da(

115: IF new_references.rollover_inclusion_ind = 'Y' THEN
116: new_references.rollover_inclusion_ind := 'N';
117: END IF;*/
118: -- Validate admission period date alias
119: IF IGS_AD_VAL_APCOOD.admp_val_apcood_da(
120: new_references.dt_alias,
121: v_message_name) = FALSE THEN
122: Fnd_Message.Set_Name('IGS',v_message_name);
123: IGS_GE_MSG_STACK.ADD;

Line 128: IF IGS_AD_VAL_APCOOD.admp_val_apcood_co(

124: App_Exception.Raise_Exception;
125: END IF;
126: -- Validate admission period date course offering
127: IF new_references.course_cd IS NOT NULL THEN
128: IF IGS_AD_VAL_APCOOD.admp_val_apcood_co(
129: new_references.course_cd,
130: new_references.version_number,
131: new_references.acad_cal_type,
132: new_references.admission_cat,

Line 143: IF IGS_AD_VAL_APCOOD.admp_val_apcood_opt(

139: App_Exception.Raise_Exception;
140: END IF;
141: END IF;
142: -- Validate admission period date course offering option components
143: IF IGS_AD_VAL_APCOOD.admp_val_apcood_opt(
144: new_references.course_cd,
145: new_references.version_number,
146: new_references.acad_cal_type,
147: new_references.location_cd,

Line 174: IF IGS_AD_VAL_APCOOD.admp_val_apcood_ins(

170: BEGIN
171: IF p_inserting OR p_updating THEN
172: -- Validate inserting/updating the admission period IGS_PS_COURSE offering option
173: -- date
174: IF IGS_AD_VAL_APCOOD.admp_val_apcood_ins(
175: new_references.adm_cal_type,
176: new_references.adm_ci_sequence_number,
177: new_references.admission_cat,
178: new_references.dt_alias,

Line 186: IF IGS_AD_VAL_APCOOD.admp_val_apcood_link (

182: Fnd_Message.Set_Name('IGS',v_message_name);
183: IGS_GE_MSG_STACK.ADD;
184: App_Exception.Raise_Exception;
185: END IF;
186: IF IGS_AD_VAL_APCOOD.admp_val_apcood_link (
187: new_references.adm_cal_type,
188: new_references.adm_ci_sequence_number,
189: new_references.admission_cat,
190: new_references.dt_alias,