DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on CSI_COUNTER_TEMPLATE_B

Line 1246: from csi_counter_template_b

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
1247: where counter_id=p_meter_id;
1248: else
1249: l_count:=0;
1250: end if;