DBA Data[Home] [Help]

APPS.IGS_PR_GEN_004 dependencies on IGS_EN_GEN_008

Line 1456: v_discont_reason_cd := igs_en_gen_008.enrp_get_dflt_sdrt (cst_progress); -- Modified by Prajeesh Uncommented the code and the new code added to igs_en_gen_008

1452: v_spo_rec.encmb_course_group_cd) LOOP
1453:
1454: -- Get the default discontinuation reason code applicable to progression
1455:
1456: v_discont_reason_cd := igs_en_gen_008.enrp_get_dflt_sdrt (cst_progress); -- Modified by Prajeesh Uncommented the code and the new code added to igs_en_gen_008
1457:
1458: IF v_discont_reason_cd IS NULL THEN
1459: IF p_spo_person_id IS NULL THEN
1460: prgpl_ins_log_entry (

Line 1683: IF ( IGS_EN_GEN_008.ENRP_GET_UA_DEL_ALWD (

1679: -- Check whether delete of unit attempt is permissable
1680: -- Added the OR clause in the below If condtion OR unit_attempt status is WAITLISTED
1681: -- Added by Nishikant - bug#2364216. If the status is WAITLISTED then no need to
1682: -- check whether the unit attempt can be deleted.
1683: IF ( IGS_EN_GEN_008.ENRP_GET_UA_DEL_ALWD (
1684: v_sua_rec.cal_type,
1685: v_sua_rec.ci_sequence_number,
1686: v_spo_rec.decision_dt,
1687: v_sua_rec.uoo_id) = 'Y' OR

Line 1814: IGS_EN_GEN_008.ENRP_GET_UDDC_AUS (

1810: END IF;
1811: ELSE -- Discontinue ; not delete
1812: -- Get the appropriate administrative status
1813: v_administrative_unit_status :=
1814: IGS_EN_GEN_008.ENRP_GET_UDDC_AUS (
1815: v_spo_rec.decision_dt,
1816: v_sua_rec.cal_type,
1817: v_sua_rec.ci_sequence_number,
1818: v_admin_unit_status_str,