DBA Data[Home] [Help]

APPS.IGS_AD_AC_COMP dependencies on IGS_GE_NUMBER

Line 709: l_acad_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 14, 6));

705: THEN
706:
707: -- Get the Academic Calander details form the Academic Calender Parameter
708: l_acad_cal_type := RTRIM ( SUBSTR ( p_calendar_details, 1, 10));
709: l_acad_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 14, 6));
710:
711: -- Get the Admission Calander details form the Admission Calender Parameter
712: l_adm_cal_type := RTRIM ( SUBSTR ( p_calendar_details, 23, 10));
713: l_adm_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 37, 6));

Line 713: l_adm_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 37, 6));

709: l_acad_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 14, 6));
710:
711: -- Get the Admission Calander details form the Admission Calender Parameter
712: l_adm_cal_type := RTRIM ( SUBSTR ( p_calendar_details, 23, 10));
713: l_adm_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 37, 6));
714:
715: -- Get the Admission Process Category details form the APC
716: l_admission_cat := RTRIM ( SUBSTR ( p_admission_process_category, 1, 10));
717: l_s_admission_process_type := TRIM ( SUBSTR ( p_admission_process_category, 11));