DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_TEMPLATE_B

Line 898: from csi_counter_template_b

894: where counter_group_id = p_group_id;
895:
896: CURSOR c2_counter(p_counter_id NUMBER) IS
897: select start_date_active
898: from csi_counter_template_b
899: where counter_id = p_counter_id;
900:
901: BEGIN
902: -- Standard Start of API savepoint

Line 6010: UPDATE csi_counter_template_b

6006: INTO l_found
6007: FROM csi_counter_template_vl
6008: WHERE counter_id = p_ctr_derived_filters_tbl(tab_row).COUNTER_ID;
6009:
6010: UPDATE csi_counter_template_b
6011: SET valid_flag = decode(l_valid_flag, 'Y', 'Y', 'N')
6012: WHERE counter_id = p_ctr_derived_filters_tbl(tab_row).COUNTER_ID;
6013: csi_ctr_gen_utility_pvt.put_line('after updating csi_counters_vl');
6014: EXCEPTION