[Home] [Help]
1076: rollover_first_reading,direction,reading_type,
1077: automatic_rollover
1078: into l_ctr_name,l_ctr_type,l_rollover_last_rdg,l_rollover_first_rdg,
1079: l_direction,l_reading_type,l_auto_rollover
1080: from CSI_COUNTERS_VL -- Need to be changed
1081: where counter_id = p_ctr_rdg_rec.counter_id
1082: and nvl(end_date_active,(sysdate+1)) > sysdate;
1083: Exception
1084: when no_data_found then
4491: rollover_first_reading,direction,reading_type,
4492: automatic_rollover
4493: into l_ctr_name,l_ctr_type,l_rollover_last_rdg,l_rollover_first_rdg,
4494: l_direction,l_reading_type,l_auto_rollover
4495: from CSI_COUNTERS_VL
4496: where counter_id = l_curr_ctr_rdg_rec.counter_id
4497: and nvl(end_date_active,(sysdate+1)) > sysdate;
4498: Exception
4499: when no_data_found then