DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_CONFIG_ENR_CP

Line 1993: l_credit_points igs_en_config_enr_cp.min_cp_per_term%TYPE := NULL;

1989: l_acad_end_dt IGS_CA_INST.end_dt%TYPE;
1990: l_alternate_code IGS_CA_INST.alternate_code%TYPE;
1991:
1992: -- Below Two local variables added as part of Enrl Elgbl and Validation Build. Bug#2616692
1993: l_credit_points igs_en_config_enr_cp.min_cp_per_term%TYPE := NULL;
1994: l_min_credit_point igs_en_config_enr_cp.min_cp_per_term%TYPE := NULL;
1995: l_message VARCHAR2(2000);
1996: l_return_status VARCHAR2(10);
1997: l_dummy VARCHAR2(200);

Line 1994: l_min_credit_point igs_en_config_enr_cp.min_cp_per_term%TYPE := NULL;

1990: l_alternate_code IGS_CA_INST.alternate_code%TYPE;
1991:
1992: -- Below Two local variables added as part of Enrl Elgbl and Validation Build. Bug#2616692
1993: l_credit_points igs_en_config_enr_cp.min_cp_per_term%TYPE := NULL;
1994: l_min_credit_point igs_en_config_enr_cp.min_cp_per_term%TYPE := NULL;
1995: l_message VARCHAR2(2000);
1996: l_return_status VARCHAR2(10);
1997: l_dummy VARCHAR2(200);
1998: