DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_TEMPLATE_TL

Line 4683: FROM csi_counter_template_tl

4679: IF (l_counter_template_rec.name IS NULL AND l_old_counter_template_rec.counter_id IS NOT NULL) then
4680: BEGIN
4681: SELECT name
4682: INTO l_counter_template_rec.name
4683: FROM csi_counter_template_tl
4684: WHERE counter_id = l_old_counter_template_rec.counter_id;
4685: EXCEPTION
4686: WHEN OTHERS THEN NULL;
4687: END;