DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on CSI_COUNTER_GROUPS_V

Line 231: from csi_counter_groups_v

227: if p_group_id is not null then
228: begin
229: select 'x'
230: into l_dummy
231: from csi_counter_groups_v
232: where counter_group_id = p_group_id;
233: exception when no_data_found then
234: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_API_CTR_GRP_INVALID');
235: end;