DBA Data[Home] [Help]

APPS.IGF_AP_EFC_CALC dependencies on IGF_AW_COA_ITM_TERMS

Line 184: FROM igf_aw_coa_itm_terms citsn ,

180: -- Cursor to find all the Term/Load Calander the Student is Registered.
181: -- Cursor calander_cur modifed by Bug# 2613546 FA105/FA108
182: CURSOR calander_cur IS
183: SELECT MIN(ci.start_dt) start_dt, MAX(ci.end_dt) end_dt
184: FROM igf_aw_coa_itm_terms citsn ,
185: igs_ca_inst ci
186: WHERE ci.cal_type = citsn.ld_cal_type
187: AND ci.sequence_number = citsn.ld_sequence_number
188: AND citsn.base_id = p_base_id ;