DBA Data[Home] [Help]

APPS.IGS_PR_PROUT_LGCY_PUB dependencies on IGS_PR_VAL_SPO

Line 474: IF (NOT igs_pr_val_spo.prgp_val_prg_ci (

470: CLOSE cur_sca;
471: --
472: -- Validate the Progression Calendar Instance to check whether it is Active
473: --
474: IF (NOT igs_pr_val_spo.prgp_val_prg_ci (
475: p_prg_cal_type,
476: p_prg_sequence_number,
477: x_message_name
478: )) THEN

Line 486: IF (NOT igs_pr_val_spo.prgp_val_spo_exp_dt (

482: END IF;
483: --
484: -- Validate the Expiry Date to check that it is not a future date
485: --
486: IF (NOT igs_pr_val_spo.prgp_val_spo_exp_dt (
487: p_lgcy_prout_rec.expiry_dt,
488: x_message_name
489: )) THEN
490: FND_MESSAGE.SET_NAME ('IGS', x_message_name);

Line 523: IF (NOT igs_pr_val_spo.prgp_val_spo_dcsn_dt (

519: END IF;
520: --
521: -- Validate the Decision Date and check that it should not be a future date
522: --
523: IF (NOT igs_pr_val_spo.prgp_val_spo_dcsn_dt (
524: p_lgcy_prout_rec.decision_dt,
525: x_message_name
526: )) THEN
527: FND_MESSAGE.SET_NAME ('IGS', x_message_name);

Line 618: IF (NOT igs_pr_val_spo.prgp_val_spo_cgr (

614: --
615: -- Check that the Excluded Program Group can be set only when the Progression
616: -- Outcome Type is related to a hold with the 'EXC_CRS_GP' effect
617: --
618: IF (NOT igs_pr_val_spo.prgp_val_spo_cgr (
619: p_lgcy_prout_rec.progression_outcome_type,
620: p_lgcy_prout_rec.encmb_program_group_cd,
621: x_message_name
622: )) THEN

Line 631: IF (NOT igs_pr_val_spo.prgp_val_spo_att (

627: --
628: -- Check that the Restricted Attendance Type can be set only when the
629: -- Progression Outcome Type is related to a hold with the 'RSTR_AT_TY' effect
630: --
631: IF (NOT igs_pr_val_spo.prgp_val_spo_att (
632: p_lgcy_prout_rec.progression_outcome_type,
633: p_lgcy_prout_rec.restricted_attendance_type,
634: x_message_name
635: )) THEN

Line 645: IF (NOT igs_pr_val_spo.prgp_val_spo_cp (

641: -- Check that the Restricted Enrollment CP can be set only when the
642: -- Progression Outcome Type is related to a hold with the 'RSTR_GE_CP' or
643: -- 'RSTR_LE_CP' effect
644: --
645: IF (NOT igs_pr_val_spo.prgp_val_spo_cp (
646: p_lgcy_prout_rec.progression_outcome_type,
647: p_lgcy_prout_rec.restricted_enrolment_cp,
648: x_message_name
649: )) THEN

Line 657: IF (NOT igs_pr_val_spo.prgp_val_spo_rqrd (

653: END IF;
654: --
655: -- Check that when Duration is set, the Duration Type must also be set and vice versa
656: --
657: IF (NOT igs_pr_val_spo.prgp_val_spo_rqrd (
658: p_lgcy_prout_rec.progression_outcome_type,
659: p_lgcy_prout_rec.duration,
660: p_lgcy_prout_rec.duration_type,
661: x_message_name