DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_TEMPLATE_TL

Line 4662: FROM csi_counter_template_tl

4658: IF (l_counter_template_rec.name IS NULL AND l_old_counter_template_rec.counter_id IS NOT NULL) then
4659: BEGIN
4660: SELECT name
4661: INTO l_counter_template_rec.name
4662: FROM csi_counter_template_tl
4663: WHERE counter_id = l_old_counter_template_rec.counter_id;
4664: EXCEPTION
4665: WHEN OTHERS THEN NULL;
4666: END;