DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on CSI_COUNTERS_B

Line 1239: from csi_counters_b

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

Line 1243: from csi_counters_b

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