DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_SS_ENR_DETAILS

Line 1961: Nishikant 01NOV2002 The call to the function igs_ss_enr_details.get_notification got modified to add two new

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
1959: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the
1960: given load calendar rather than current academic calendar for the bug fix:2381603
1961: Nishikant 01NOV2002 The call to the function igs_ss_enr_details.get_notification got modified to add two new
1962: parameters p_person_id, p_message.
1963: */
1964:
1965: lv_person_type igs_pe_person_types.person_type_code%TYPE;

Line 2068: l_notification_flag := igs_ss_enr_details.get_notification(

2064: END IF;
2065:
2066: lv_message := null;
2067:
2068: l_notification_flag := igs_ss_enr_details.get_notification(
2069: p_person_type => lv_person_type,
2070: p_enrollment_category => l_enrollment_category,
2071: p_comm_type => l_commencement_type,
2072: p_enr_method_type => l_enr_method,