DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on HR_API

Line 1620: when hr_api.cannot_find_prog_unit then

1616: ,p_element_type_id_o => v_entry_rec.element_type_id
1617: ,p_all_entry_values_null_o => null
1618: );
1619: exception
1620: when hr_api.cannot_find_prog_unit then
1621: hr_api.cannot_find_prog_unit_error
1622: (p_module_name => 'PAY_ELEMENT_ENTRIES_F'
1623: ,p_hook_type => 'AU'
1624: );

Line 1621: hr_api.cannot_find_prog_unit_error

1617: ,p_all_entry_values_null_o => null
1618: );
1619: exception
1620: when hr_api.cannot_find_prog_unit then
1621: hr_api.cannot_find_prog_unit_error
1622: (p_module_name => 'PAY_ELEMENT_ENTRIES_F'
1623: ,p_hook_type => 'AU'
1624: );
1625: end;

Line 7117: when hr_api.object_locked then

7113: order by asg.assignment_id, asg.effective_start_date
7114: for update nowait;
7115: end if;
7116: exception
7117: when hr_api.object_locked then
7118: --
7119: -- Failed to lock the assignment.
7120: --
7121: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');