DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_PKG dependencies on IGS_AD_VAL_ACA

Line 157: IF IGS_AD_VAL_ACA.admp_val_pref_limit (

153: IF p_inserting THEN
154: --
155: -- Validate preference limit.
156: --
157: IF IGS_AD_VAL_ACA.admp_val_pref_limit (
158: new_references.person_id,
159: new_references.admission_appl_number,
160: new_references.nominated_course_cd,
161: -1, -- ACAI sequence number, not known yet.

Line 171: IF IGS_AD_VAL_ACAI.admp_val_acai_course (

167: IGS_GE_MSG_STACK.ADD;
168: APP_EXCEPTION.RAISE_EXCEPTION;
169: END IF;
170: -- Validate the nominated IGS_PS_COURSE code.
171: IF IGS_AD_VAL_ACAI.admp_val_acai_course (
172: new_references.nominated_course_cd,
173: NULL,
174: v_admission_cat,
175: v_s_admission_process_type,

Line 197: IF IGS_AD_VAL_ACAI.admp_val_acai_encmb (

193: --
194: -- Validate IGS_PS_COURSE encumbrances.
195: --
196: IF v_check_course_encumb_ind = 'Y' THEN
197: IF IGS_AD_VAL_ACAI.admp_val_acai_encmb (
198: new_references.person_id,
199: new_references.nominated_course_cd,
200: v_adm_cal_type,
201: v_adm_ci_sequence_number,

Line 217: IF IGS_AD_VAL_ACAI.admp_val_aca_sca (

213: END IF;
214: --
215: -- Validate against current student IGS_PS_COURSE attempt.
216: --
217: IF IGS_AD_VAL_ACAI.admp_val_aca_sca (
218: new_references.person_id,
219: new_references.nominated_course_cd,
220: v_appl_dt,
221: v_admission_cat,

Line 239: IF IGS_AD_VAL_ACA.admp_val_aca_trnsfr (

235: END IF;
236: --
237: -- Validate transfer IGS_PS_COURSE code.
238: --
239: IF IGS_AD_VAL_ACA.admp_val_aca_trnsfr (
240: new_references.person_id,
241: new_references.nominated_course_cd,
242: v_crv_version_number,
243: new_references.transfer_course_cd,

Line 279: IF Igs_Ad_Val_Aca.admp_val_aca_trnsfr(

275:
276: END IF; -- p_updating
277: IF v_s_admission_process_type = 'TRANSFER' THEN
278: /* Include here validation for course transfer */
279: IF Igs_Ad_Val_Aca.admp_val_aca_trnsfr(
280: new_references.person_id,
281: new_references.nominated_course_cd,
282: v_crv_version_number,
283: new_references.transfer_course_cd,

Line 302: IF IGS_AD_VAL_ACA.admp_val_bfa_closed (

298: --
299: IF (new_references.basis_for_admission_type IS NOT NULL AND
300: (NVL(old_references.basis_for_admission_type, '-1') <>
301: new_references.basis_for_admission_type)) THEN
302: IF IGS_AD_VAL_ACA.admp_val_bfa_closed (
303: new_references.basis_for_admission_type,
304: v_message_name) = FALSE THEN
305: --raise_application_error(-20000, IGS_GE_GEN_002.GENP_GET_MESSAGE(v_message_num));
306: FND_MESSAGE.SET_NAME('IGS',v_message_name);

Line 316: IF IGS_AD_VAL_ACA.admp_val_aco_closed (

312: -- Validate admission code closed indicator.
313: --
314: IF (new_references.admission_cd IS NOT NULL AND
315: (NVL(old_references.admission_cd, '-1') <> new_references.admission_cd)) THEN
316: IF IGS_AD_VAL_ACA.admp_val_aco_closed (
317: new_references.admission_cd,
318: v_message_name) = FALSE THEN
319: --raise_application_error(-20000, IGS_GE_GEN_002.GENP_GET_MESSAGE(v_message_num));
320: FND_MESSAGE.SET_NAME('IGS',v_message_name);

Line 329: IF IGS_AD_VAL_ACA.admp_val_aca_req_rec (

325: --
326: -- Validate request for reconsideration indicator.
327: --
328: IF (old_references.req_for_reconsideration_ind <> new_references.req_for_reconsideration_ind) THEN
329: IF IGS_AD_VAL_ACA.admp_val_aca_req_rec (
330: new_references.req_for_reconsideration_ind,
331: v_req_reconsider_allowed_ind,
332: v_message_name) = FALSE THEN
333: --raise_application_error(-20000, IGS_GE_GEN_002.GENP_GET_MESSAGE(v_message_num));

Line 343: IF IGS_AD_VAL_ACA.admp_val_aca_req_adv (

339: --
340: -- Validate request for advanced standing indicator.
341: --
342: IF (old_references.req_for_adv_standing_ind <> new_references.req_for_adv_standing_ind) THEN
343: IF IGS_AD_VAL_ACA.admp_val_aca_req_adv (
344: new_references.req_for_adv_standing_ind,
345: v_req_adv_standing_allowed_ind,
346: v_message_name) = FALSE THEN
347: --raise_application_error(-20000, IGS_GE_GEN_002.GENP_GET_MESSAGE(v_message_num));