DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_PUB dependencies on CSI_COUNTER_PROPERTIES_B

Line 180: from CSI_COUNTER_PROPERTIES_B

176: -- Property should be valid and belong to one of the counters captured above
177: Begin
178: select counter_id
179: into l_counter_id
180: from CSI_COUNTER_PROPERTIES_B
181: where counter_property_id = p_prop_rdg_tbl(l_array_counter).counter_property_id;
182: Exception
183: when no_data_found then
184: csi_ctr_gen_utility_pvt.put_line('Counter Property is Invalid or Expired...');