DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on CSI_CTR_PROPERTY_TEMPLATE_B

Line 1486: from csi_counter_template_b c, csi_ctr_property_template_b p

1482: if l_created_from_ctrprop_tmpl_id is not null then
1483: begin
1484: select 'x'
1485: into l_dummy
1486: from csi_counter_template_b c, csi_ctr_property_template_b p
1487: where p.counter_id = c.counter_id
1488: and p.counter_property_id = l_created_from_ctrprop_tmpl_id;
1489: exception when no_data_found then
1490: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_API_CTR_PROP_TMPL_INVALID');