DBA Data[Home] [Help]

APPS.CSI_COUNTER_PVT dependencies on CSI_COUNTER_TEMPLATE_B

Line 998: from csi_counter_template_b

994: if l_created_from_counter_tmpl_id is not null then
995: begin
996: select 'x'
997: into l_dummy
998: from csi_counter_template_b
999: where counter_id = l_created_from_counter_tmpl_id;
1000: exception when no_data_found then
1001: csi_ctr_gen_utility_pvt.ExitWithErrMsg('CSI_API_CTR_TMPL_INVALID');
1002: end;

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');