DBA Data[Home] [Help]

APPS.BEN_BEO_SHD dependencies on HR_API

Line 297: hr_api.mandatory_arg_error(p_api_name => l_proc

293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- Ensure that all the mandatory arguments are not null
296: --
297: hr_api.mandatory_arg_error(p_api_name => l_proc
298: ,p_argument => 'effective_date'
299: ,p_argument_value => p_effective_date
300: );
301: --

Line 302: hr_api.mandatory_arg_error(p_api_name => l_proc

298: ,p_argument => 'effective_date'
299: ,p_argument_value => p_effective_date
300: );
301: --
302: hr_api.mandatory_arg_error(p_api_name => l_proc
303: ,p_argument => 'datetrack_mode'
304: ,p_argument_value => p_datetrack_mode
305: );
306: --

Line 307: hr_api.mandatory_arg_error(p_api_name => l_proc

303: ,p_argument => 'datetrack_mode'
304: ,p_argument_value => p_datetrack_mode
305: );
306: --
307: hr_api.mandatory_arg_error(p_api_name => l_proc
308: ,p_argument => 'elig_obj_id'
309: ,p_argument_value => p_elig_obj_id
310: );
311: --

Line 312: hr_api.mandatory_arg_error(p_api_name => l_proc

308: ,p_argument => 'elig_obj_id'
309: ,p_argument_value => p_elig_obj_id
310: );
311: --
312: hr_api.mandatory_arg_error(p_api_name => l_proc
313: ,p_argument => 'object_version_number'
314: ,p_argument_value => p_object_version_number
315: );
316: --

Line 319: If (p_datetrack_mode <> hr_api.g_insert) then

315: );
316: --
317: -- Check to ensure the datetrack mode is not INSERT.
318: --
319: If (p_datetrack_mode <> hr_api.g_insert) then
320: --
321: -- We must select and lock the current row.
322: --
323: Open C_Sel1;

Line 379: When HR_Api.Object_Locked then

375: --
376: -- We need to trap the ORA LOCK exception
377: --
378: Exception
379: When HR_Api.Object_Locked then
380: --
381: -- The object is locked therefore we need to supply a meaningful
382: -- error message.
383: --