DBA Data[Home] [Help]

APPS.BEN_BEP_SHD dependencies on HR_API

Line 339: hr_api.mandatory_arg_error(p_api_name => l_proc

335: hr_utility.set_location('Entering:'||l_proc, 5);
336: --
337: -- Ensure that all the mandatory arguments are not null
338: --
339: hr_api.mandatory_arg_error(p_api_name => l_proc
340: ,p_argument => 'effective_date'
341: ,p_argument_value => p_effective_date
342: );
343: --

Line 344: hr_api.mandatory_arg_error(p_api_name => l_proc

340: ,p_argument => 'effective_date'
341: ,p_argument_value => p_effective_date
342: );
343: --
344: hr_api.mandatory_arg_error(p_api_name => l_proc
345: ,p_argument => 'datetrack_mode'
346: ,p_argument_value => p_datetrack_mode
347: );
348: --

Line 349: hr_api.mandatory_arg_error(p_api_name => l_proc

345: ,p_argument => 'datetrack_mode'
346: ,p_argument_value => p_datetrack_mode
347: );
348: --
349: hr_api.mandatory_arg_error(p_api_name => l_proc
350: ,p_argument => 'elig_obj_elig_prfl_id'
351: ,p_argument_value => p_elig_obj_elig_prfl_id
352: );
353: --

Line 354: hr_api.mandatory_arg_error(p_api_name => l_proc

350: ,p_argument => 'elig_obj_elig_prfl_id'
351: ,p_argument_value => p_elig_obj_elig_prfl_id
352: );
353: --
354: hr_api.mandatory_arg_error(p_api_name => l_proc
355: ,p_argument => 'object_version_number'
356: ,p_argument_value => p_object_version_number
357: );
358: --

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

357: );
358: --
359: -- Check to ensure the datetrack mode is not INSERT.
360: --
361: If (p_datetrack_mode <> hr_api.g_insert) then
362: --
363: -- We must select and lock the current row.
364: --
365: Open C_Sel1;

Line 424: When HR_Api.Object_Locked then

420: --
421: -- We need to trap the ORA LOCK exception
422: --
423: Exception
424: When HR_Api.Object_Locked then
425: --
426: -- The object is locked therefore we need to supply a meaningful
427: -- error message.
428: --