DBA Data[Home] [Help]

APPS.HR_CAL_ENTRY_VALUE_SWI dependencies on HR_CAL_ENTRY_VALUE_API

Line 65: hr_cal_entry_value_api.create_entry_value

61: );
62: --
63: -- Call API
64: --
65: hr_cal_entry_value_api.create_entry_value
66: (p_validate => l_validate
67: ,p_effective_date => p_effective_date
68: ,p_calendar_entry_id => p_calendar_entry_id
69: ,p_hierarchy_node_id => p_hierarchy_node_id

Line 172: hr_cal_entry_value_api.delete_entry_value

168: --
169: --
170: -- Call API
171: --
172: hr_cal_entry_value_api.delete_entry_value
173: (p_validate => l_validate
174: ,p_cal_entry_value_id => p_cal_entry_value_id
175: ,p_object_version_number => p_object_version_number
176: );

Line 273: hr_cal_entry_value_api.update_entry_value

269: --
270: --
271: -- Call API
272: --
273: hr_cal_entry_value_api.update_entry_value
274: (p_validate => l_validate
275: ,p_effective_date => p_effective_date
276: ,p_cal_entry_value_id => p_cal_entry_value_id
277: ,p_object_version_number => p_object_version_number