DBA Data[Home] [Help]

APPS.BEN_ESW_SHD dependencies on HR_API

Line 278: hr_api.mandatory_arg_error(p_api_name => l_proc

274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- Ensure that all the mandatory arguments are not null
277: --
278: hr_api.mandatory_arg_error(p_api_name => l_proc
279: ,p_argument => 'effective_date'
280: ,p_argument_value => p_effective_date
281: );
282: --

Line 283: hr_api.mandatory_arg_error(p_api_name => l_proc

279: ,p_argument => 'effective_date'
280: ,p_argument_value => p_effective_date
281: );
282: --
283: hr_api.mandatory_arg_error(p_api_name => l_proc
284: ,p_argument => 'datetrack_mode'
285: ,p_argument_value => p_datetrack_mode
286: );
287: --

Line 288: hr_api.mandatory_arg_error(p_api_name => l_proc

284: ,p_argument => 'datetrack_mode'
285: ,p_argument_value => p_datetrack_mode
286: );
287: --
288: hr_api.mandatory_arg_error(p_api_name => l_proc
289: ,p_argument => 'elig_scre_wtg_id'
290: ,p_argument_value => p_elig_scre_wtg_id
291: );
292: --

Line 293: hr_api.mandatory_arg_error(p_api_name => l_proc

289: ,p_argument => 'elig_scre_wtg_id'
290: ,p_argument_value => p_elig_scre_wtg_id
291: );
292: --
293: hr_api.mandatory_arg_error(p_api_name => l_proc
294: ,p_argument => 'object_version_number'
295: ,p_argument_value => p_object_version_number
296: );
297: --

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

296: );
297: --
298: -- Check to ensure the datetrack mode is not INSERT.
299: --
300: If (p_datetrack_mode <> hr_api.g_insert) then
301: --
302: -- We must select and lock the current row.
303: --
304: Open C_Sel1;

Line 357: When HR_Api.Object_Locked then

353: --
354: -- We need to trap the ORA LOCK exception
355: --
356: Exception
357: When HR_Api.Object_Locked then
358: --
359: -- The object is locked therefore we need to supply a meaningful
360: -- error message.
361: --