DBA Data[Home] [Help]

APPS.IGS_DA_UTILS_PKG dependencies on IGS_DA_CNFG_REQ_TYP

Line 165: FROM igs_da_cnfg_req_typ crt,

161: AND course_attempt_status NOT IN ('DISCONTIN','UNCONFIRM');
162:
163: CURSOR c_dff (cp_batch_id igs_da_rqst.batch_id%TYPE) IS
164: SELECT crt.*
165: FROM igs_da_cnfg_req_typ crt,
166: igs_da_rqst dr
167: WHERE crt.request_type_id = dr.request_type_id
168: AND dr.batch_id = cp_batch_id;
169: rec_dff c_dff%ROWTYPE;

Line 369: copy the DFF values from IGS_DA_CNFG_REQ_TYP to IGS_DARQST

365: CLOSE c_stud_grp_mem;
366: END IF; -- rec_igs_da_rqst.request_mode = 'SINGLE' DP
367: END IF; -- rec_igs_da_rqst.program_comparison_type = 'SP''
368: /*
369: copy the DFF values from IGS_DA_CNFG_REQ_TYP to IGS_DARQST
370: */
371: OPEN c_dff(p_batch_id);
372: FETCH c_dff INTO rec_dff;
373: CLOSE c_dff;