[Home] [Help]
862: TRUNC(ci.start_dt) enrolled_start_dt,
863: TRUNC(ci.end_dt) enrolled_end_dt
864: FROM
865: igs_ca_inst ci,
866: igs_ca_type cty
867: WHERE cty.s_cal_cat = 'LOAD'
868: AND cty.cal_type = ci.cal_type
869: AND (ci.cal_type, ci.sequence_number)
870: IN