DBA Data[Home] [Help]

APPS.IGS_AD_GEN_002 dependencies on IGS_AD_GEN_010

Line 2282: --information for the student by calling IGS_AD_GEN_010.ADMP_GET_TAC_RETURN and then write

2278: p_acad_ci_sequence_number := IGS_GE_NUMBER.TO_NUM(RTRIM(SUBSTR(p_acad_perd, 112, 6)));
2279: END;
2280: --End of Block for Parameter Validation/Splitting of Parameters
2281: --This module will read the VTAC enrolment return file, retrieve enrolment
2282: --information for the student by calling IGS_AD_GEN_010.ADMP_GET_TAC_RETURN and then write
2283: --out the new details to a new file in the required TAC format
2284: DECLARE
2285: fp_input UTL_FILE.FILE_TYPE;
2286: v_tmp_dir VARCHAR2(80);

Line 2401: ELSIF (IGS_AD_GEN_010.ADMP_GET_TAC_RETURN(

2397: WHILE admpl_read_input LOOP
2398: IF (v_vtac_number IS NULL OR
2399: v_vtac_course_cd IS NULL) THEN
2400: admpl_write_output('X');
2401: ELSIF (IGS_AD_GEN_010.ADMP_GET_TAC_RETURN(
2402: v_vtac_number,
2403: v_surname,
2404: v_gname1,
2405: v_gname2,