DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on CSI_COUNTERS_B

Line 1238: from csi_counters_b

1234: l_count number;
1235: begin
1236: if (p_tmpl_flag is null) then
1237: select count(*) into l_count
1238: from csi_counters_b
1239: where counter_id=p_meter_id;
1240: elsif (p_tmpl_flag='N') then
1241: select count(*) into l_count
1242: from csi_counters_b

Line 1242: from csi_counters_b

1238: from csi_counters_b
1239: where counter_id=p_meter_id;
1240: elsif (p_tmpl_flag='N') then
1241: select count(*) into l_count
1242: from csi_counters_b
1243: where counter_id=p_meter_id;
1244: elsif (p_tmpl_flag='Y') then
1245: select count(*) into l_count
1246: from csi_counter_template_b