DBA Data[Home] [Help]

APPS.BEN_BER_SHD dependencies on HR_API

Line 293: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 298: hr_api.mandatory_arg_error(p_api_name => l_proc

294: ,p_argument => 'effective_date'
295: ,p_argument_value => p_effective_date
296: );
297: --
298: hr_api.mandatory_arg_error(p_api_name => l_proc
299: ,p_argument => 'datetrack_mode'
300: ,p_argument_value => p_datetrack_mode
301: );
302: --

Line 303: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 308: hr_api.mandatory_arg_error(p_api_name => l_proc

304: ,p_argument => 'elig_rslt_id'
305: ,p_argument_value => p_elig_rslt_id
306: );
307: --
308: hr_api.mandatory_arg_error(p_api_name => l_proc
309: ,p_argument => 'object_version_number'
310: ,p_argument_value => p_object_version_number
311: );
312: --

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

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

Line 375: When HR_Api.Object_Locked then

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