DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on CSI_COUNTER_TEMPLATE_PKG

Line 1936: CSI_COUNTER_TEMPLATE_PKG.Insert_Row(

1932: l_start_date_active, l_end_date_active,'N'
1933: );
1934:
1935: /* Call the table Handler */
1936: CSI_COUNTER_TEMPLATE_PKG.Insert_Row(
1937: px_COUNTER_ID => l_counter_id
1938: ,p_GROUP_ID => l_group_id
1939: ,p_COUNTER_TYPE => l_counter_type
1940: ,p_INITIAL_READING => l_initial_reading

Line 4709: CSI_COUNTER_TEMPLATE_PKG.update_row

4705: );
4706:
4707: -- call table handler here
4708:
4709: CSI_COUNTER_TEMPLATE_PKG.update_row
4710: (
4711: p_counter_id => p_counter_template_rec.counter_id
4712: ,p_group_id => p_counter_template_rec.group_id
4713: ,p_counter_type => p_counter_template_rec.counter_type