DBA Data[Home] [Help]

APPS.PER_PTU_DEL dependencies on HR_API

Line 343: when hr_api.cannot_find_prog_unit then

339: p_effective_end_date => p_rec.effective_end_date,
340: p_object_version_number => p_rec.object_version_number
341: );
342: exception
343: when hr_api.cannot_find_prog_unit then
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'PER_PERSON_TYPE_USAGES_F'
346: ,p_hook_type => 'AD'
347: );

Line 344: hr_api.cannot_find_prog_unit_error

340: p_object_version_number => p_rec.object_version_number
341: );
342: exception
343: when hr_api.cannot_find_prog_unit then
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'PER_PERSON_TYPE_USAGES_F'
346: ,p_hook_type => 'AD'
347: );
348: end;