DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_TEMPLATE_PKG

Line 1928: CSI_COUNTER_TEMPLATE_PKG.Insert_Row(

1924: l_start_date_active, l_end_date_active,'N'
1925: );
1926:
1927: /* Call the table Handler */
1928: CSI_COUNTER_TEMPLATE_PKG.Insert_Row(
1929: px_COUNTER_ID => l_counter_id
1930: ,p_GROUP_ID => l_group_id
1931: ,p_COUNTER_TYPE => l_counter_type
1932: ,p_INITIAL_READING => l_initial_reading

Line 4688: CSI_COUNTER_TEMPLATE_PKG.update_row

4684: );
4685:
4686: -- call table handler here
4687:
4688: CSI_COUNTER_TEMPLATE_PKG.update_row
4689: (
4690: p_counter_id => p_counter_template_rec.counter_id
4691: ,p_group_id => p_counter_template_rec.group_id
4692: ,p_counter_type => p_counter_template_rec.counter_type