DBA Data[Home] [Help]

APPS.HR_NL_ABSENCE_ACTION_API dependencies on HR_NL_ABSENCE_ACTION_BK2

Line 218: hr_nl_absence_action_bk2.update_absence_action_b

214: --
215: -- Call Before Process User Hook
216: --
217: begin
218: hr_nl_absence_action_bk2.update_absence_action_b
219: (p_absence_attendance_id => p_absence_attendance_id
220: ,p_absence_action_id => p_absence_action_id
221: ,p_expected_date => l_expected_date
222: ,p_description => p_description

Line 267: hr_nl_absence_action_bk2.update_absence_action_a

263: --
264: -- Call After Process User Hook
265: --
266: begin
267: hr_nl_absence_action_bk2.update_absence_action_a
268: (p_absence_attendance_id => p_absence_attendance_id
269: ,p_absence_action_id => p_absence_action_id
270: ,p_expected_date => l_expected_date
271: ,p_description => p_description

Line 283: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK2'

279: );
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK2'
284: ,p_hook_type => 'AP'
285: );
286: end;
287: --