DBA Data[Home] [Help]

APPS.HR_CAL_ENTRY_VALUE_API dependencies on HR_CAL_ENTRY_VALUE_BK3

Line 304: HR_CAL_ENTRY_VALUE_BK3.delete_entry_value_b

300: --
301: -- Call Before Process User Hook
302: --
303: begin
304: HR_CAL_ENTRY_VALUE_BK3.delete_entry_value_b
305: (p_cal_entry_value_id => p_cal_entry_value_id,
306: p_object_version_number => p_object_version_number
307: );
308: exception

Line 331: HR_CAL_ENTRY_VALUE_BK3.delete_entry_value_a

327: --
328: --
329: -- Call After Process User Hook
330: begin
331: HR_CAL_ENTRY_VALUE_BK3.delete_entry_value_a
332: (p_cal_entry_value_id => p_cal_entry_value_id
333: ,p_object_version_number => p_object_version_number
334: );
335: exception