DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_GEN_017

Line 1954: smanglm 24-jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

1950: /* HISTORY
1951: WHO WHEN WHAT
1952: stutta 20-Nov-2003 Replaced a cursor which would return a program_version with a terms api function call.
1953: Done as part of term records build. Bug 2829263
1954: smanglm 24-jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
1955: Nishikant 18-OCT-2002 The call to the function Igs_En_Elgbl_Program.eval_min_cp got modified since the signatue
1956: got modified. Enrl Elgbl and Validation Build. Bug#2616692.
1957: ayedubat 12-JUN-2002 Initialized the valriable,l_ret_value to TRUE for the bug fix:2391510
1958: ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with

Line 2009: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

2005: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(p_program_cd),l_cur_per_typ.person_type_code);
2006: CLOSE cur_per_typ; --Added as per bug# 2364461
2007: /*** To get person type ***/
2008: IF p_enr_method IS NULL THEN
2009: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2010: igs_en_gen_017.enrp_get_enr_method(
2011: p_enr_method_type => l_enr_method,
2012: p_error_message => l_message,
2013: p_ret_status => l_return_status);

Line 2010: igs_en_gen_017.enrp_get_enr_method(

2006: CLOSE cur_per_typ; --Added as per bug# 2364461
2007: /*** To get person type ***/
2008: IF p_enr_method IS NULL THEN
2009: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2010: igs_en_gen_017.enrp_get_enr_method(
2011: p_enr_method_type => l_enr_method,
2012: p_error_message => l_message,
2013: p_ret_status => l_return_status);
2014: