DBA Data[Home] [Help]

APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_GEN_017

Line 93: smanglm 22-Jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

89: jbegum 25-Jun-2003 BUG#2930935 - Modified cursor cur_unit_ver.
90: Added the parameter p_uoo_id in the call to IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD
91: rvivekan 18-Jun-2003 added reenroll step as per Reenrollmen and repeat enhacement.Modified cur_note_flag
92: cursor to accept step_group_type as a prameter too.
93: smanglm 22-Jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
94: svenkata 8-Jan-2003 Modified the message handling for eval_min_cp.
95: Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905. notification flag was
96: being fetched from cursor, now modified to get it by
97: calling the function igs_ss_enr_details.get_notification.

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

447: IF l_enr_comm = 'BOTH' THEN
448: l_enr_comm :='ALL';
449: END IF;
450:
451: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
452: igs_en_gen_017.enrp_get_enr_method(
453: p_enr_method_type => l_enr_meth_type,
454: p_error_message => l_message,
455: p_ret_status => l_ret_status);

Line 452: igs_en_gen_017.enrp_get_enr_method(

448: l_enr_comm :='ALL';
449: END IF;
450:
451: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
452: igs_en_gen_017.enrp_get_enr_method(
453: p_enr_method_type => l_enr_meth_type,
454: p_error_message => l_message,
455: p_ret_status => l_ret_status);
456: l_person_type := Igs_En_Gen_008.enrp_get_person_type(NULL);