DBA Data[Home] [Help]

APPS.CS_CTR_CAPTURE_READING_PUB dependencies on CSI_COUNTER_PROPERTIES_B

Line 181: from CSI_COUNTER_PROPERTIES_B

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