DBA Data[Home] [Help]

APPS.BEN_CTY_SHD dependencies on HR_API

Line 356: hr_api.mandatory_arg_error(p_api_name => l_proc

352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- Ensure that all the mandatory arguments are not null
355: --
356: hr_api.mandatory_arg_error(p_api_name => l_proc
357: ,p_argument => 'effective_date'
358: ,p_argument_value => p_effective_date
359: );
360: --

Line 361: hr_api.mandatory_arg_error(p_api_name => l_proc

357: ,p_argument => 'effective_date'
358: ,p_argument_value => p_effective_date
359: );
360: --
361: hr_api.mandatory_arg_error(p_api_name => l_proc
362: ,p_argument => 'datetrack_mode'
363: ,p_argument_value => p_datetrack_mode
364: );
365: --

Line 366: hr_api.mandatory_arg_error(p_api_name => l_proc

362: ,p_argument => 'datetrack_mode'
363: ,p_argument_value => p_datetrack_mode
364: );
365: --
366: hr_api.mandatory_arg_error(p_api_name => l_proc
367: ,p_argument => 'comptncy_rt_id'
368: ,p_argument_value => p_comptncy_rt_id
369: );
370: --

Line 371: hr_api.mandatory_arg_error(p_api_name => l_proc

367: ,p_argument => 'comptncy_rt_id'
368: ,p_argument_value => p_comptncy_rt_id
369: );
370: --
371: hr_api.mandatory_arg_error(p_api_name => l_proc
372: ,p_argument => 'object_version_number'
373: ,p_argument_value => p_object_version_number
374: );
375: --

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

374: );
375: --
376: -- Check to ensure the datetrack mode is not INSERT.
377: --
378: If (p_datetrack_mode <> hr_api.g_insert) then
379: --
380: -- We must select and lock the current row.
381: --
382: Open C_Sel1;

Line 438: When HR_Api.Object_Locked then

434: --
435: -- We need to trap the ORA LOCK exception
436: --
437: Exception
438: When HR_Api.Object_Locked then
439: --
440: -- The object is locked therefore we need to supply a meaningful
441: -- error message.
442: --