DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on CSI_COUNTERS_VL

Line 505: from CSI_COUNTERS_VL -- Need to be changed

501: rollover_first_reading,direction,reading_type,
502: automatic_rollover
503: into l_ctr_name,l_ctr_type,l_rollover_last_rdg,l_rollover_first_rdg,
504: l_direction,l_reading_type,l_auto_rollover
505: from CSI_COUNTERS_VL -- Need to be changed
506: where counter_id = p_ctr_rdg_rec.counter_id
507: and nvl(end_date_active,(sysdate+1)) > sysdate;
508: Exception
509: when no_data_found then

Line 1251: from CSI_COUNTERS_VL -- Need to be changed

1247: rollover_first_reading,direction,reading_type,
1248: automatic_rollover
1249: into l_ctr_name,l_ctr_type,l_rollover_last_rdg,l_rollover_first_rdg,
1250: l_direction,l_reading_type,l_auto_rollover
1251: from CSI_COUNTERS_VL -- Need to be changed
1252: where counter_id = p_ctr_rdg_rec.counter_id
1253: and nvl(end_date_active,(sysdate+1)) > sysdate;
1254: Exception
1255: when no_data_found then

Line 5230: from CSI_COUNTERS_VL

5226: rollover_first_reading,direction,reading_type,
5227: automatic_rollover
5228: into l_ctr_name,l_ctr_type,l_rollover_last_rdg,l_rollover_first_rdg,
5229: l_direction,l_reading_type,l_auto_rollover
5230: from CSI_COUNTERS_VL
5231: where counter_id = l_curr_ctr_rdg_rec.counter_id
5232: and nvl(end_date_active,(sysdate+1)) > sysdate;
5233: Exception
5234: when no_data_found then