DBA Data[Home] [Help]

APPS.IGS_PE_GEN_002 dependencies on IGS_EN_VAL_PEN

Line 96: IF igs_en_val_pen.finp_val_encmb_eff ( p_person_id ,

92:
93: BEGIN
94: --check if the encumbrance has effects which require that the active
95: -- enrolments be dicontinued , validate that SCA'S are inactive
96: IF igs_en_val_pen.finp_val_encmb_eff ( p_person_id ,
97: p_encumbrance_type ,
98: p_start_dt ,
99: NULL ,
100: l_message_name

Line 569: IF IGS_EN_VAL_PEN.enrp_val_pen_open (

565: -- this is NOT allowed.
566: -- in the TBH this error is trapped only when inserting and exp_dt null, but explicitly trapped in the form
567: -- hence trapping it here...SSAWHNEY
568:
569: IF IGS_EN_VAL_PEN.enrp_val_pen_open (
570: l_student_rec.person_id,
571: l_hold_type,
572: igs_ge_date.igsdate(igs_ge_date.igschar(l_start_dt)),
573: v_message_name) = FALSE THEN

Line 646: IF IGS_EN_VAL_PEN.enrp_val_pen_open (

642: -- this is NOT allowed.
643: -- in the TBH this error is trapped only when inserting and exp_dt null, but explicitly trapped in the form
644: -- hence trapping it here...SSAWHNEY
645:
646: IF IGS_EN_VAL_PEN.enrp_val_pen_open (
647: l_student_rec.person_id,
648: l_hold_type,
649: igs_ge_date.igsdate(igs_ge_date.igschar(l_start_dt)),
650: v_message_name) = FALSE THEN