DBA Data[Home] [Help]

APPS.BEN_VEP_SHD dependencies on HR_API

Line 375: hr_api.mandatory_arg_error(p_api_name => l_proc

371: hr_utility.set_location('Entering:'||l_proc, 5);
372: --
373: -- Ensure that all the mandatory arguments are not null
374: --
375: hr_api.mandatory_arg_error(p_api_name => l_proc
376: ,p_argument => 'effective_date'
377: ,p_argument_value => p_effective_date
378: );
379: --

Line 380: hr_api.mandatory_arg_error(p_api_name => l_proc

376: ,p_argument => 'effective_date'
377: ,p_argument_value => p_effective_date
378: );
379: --
380: hr_api.mandatory_arg_error(p_api_name => l_proc
381: ,p_argument => 'datetrack_mode'
382: ,p_argument_value => p_datetrack_mode
383: );
384: --

Line 385: hr_api.mandatory_arg_error(p_api_name => l_proc

381: ,p_argument => 'datetrack_mode'
382: ,p_argument_value => p_datetrack_mode
383: );
384: --
385: hr_api.mandatory_arg_error(p_api_name => l_proc
386: ,p_argument => 'VRBL_RT_ELIG_PRFL_ID'
387: ,p_argument_value => p_vrbl_rt_elig_prfl_id
388: );
389: --

Line 390: hr_api.mandatory_arg_error(p_api_name => l_proc

386: ,p_argument => 'VRBL_RT_ELIG_PRFL_ID'
387: ,p_argument_value => p_vrbl_rt_elig_prfl_id
388: );
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc
391: ,p_argument => 'object_version_number'
392: ,p_argument_value => p_object_version_number
393: );
394: --

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

393: );
394: --
395: -- Check to ensure the datetrack mode is not INSERT.
396: --
397: If (p_datetrack_mode <> hr_api.g_insert) then
398: --
399: -- We must select and lock the current row.
400: --
401: Open C_Sel1;

Line 460: When HR_Api.Object_Locked then

456: --
457: -- We need to trap the ORA LOCK exception
458: --
459: Exception
460: When HR_Api.Object_Locked then
461: --
462: -- The object is locked therefore we need to supply a meaningful
463: -- error message.
464: --