DBA Data[Home] [Help]

APPS.IGS_AD_TI_COMP dependencies on IGS_GE_NUMBER

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

788: FND_FILE.PUT_LINE( FND_FILE.LOG, FND_MESSAGE.GET());
789:
790: -- Get the Academic Calander details form the Academic Calender Parameter
791: l_acad_cal_type := RTRIM ( SUBSTR ( p_calendar_details, 1, 10));
792: l_acad_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 14, 6));
793:
794: -- if l_acad_sequence_number is NULL (ie, calendar details are not entered) then
795: -- it is assigned a value of -1, if we keep it NULL then the value cannot be used while
796: -- opening the REF CURSOR c_dyn_pig_check.

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

800: END IF;
801:
802: -- Get the Admission Calander details form the Admission Calender Parameter
803: l_adm_cal_type := RTRIM ( SUBSTR ( p_calendar_details, 23, 10));
804: l_adm_ci_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 37, 6));
805:
806: -- if l_adm_sequence_number is NULL (ie, calendar details are not entered) then
807: -- it is assigned a value of -1, if we keep it NULL then the value cannot be used while
808: -- opening the REF CURSOR c_dyn_pig_check.