DBA Data[Home] [Help]

APPS.PER_DIS_SHD dependencies on HR_API

Line 444: hr_api.mandatory_arg_error(p_api_name => l_proc

440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- Ensure that all the mandatory arguments are not null
443: --
444: hr_api.mandatory_arg_error(p_api_name => l_proc
445: ,p_argument => 'effective_date'
446: ,p_argument_value => p_effective_date
447: );
448: --

Line 449: hr_api.mandatory_arg_error(p_api_name => l_proc

445: ,p_argument => 'effective_date'
446: ,p_argument_value => p_effective_date
447: );
448: --
449: hr_api.mandatory_arg_error(p_api_name => l_proc
450: ,p_argument => 'datetrack_mode'
451: ,p_argument_value => p_datetrack_mode
452: );
453: --

Line 454: hr_api.mandatory_arg_error(p_api_name => l_proc

450: ,p_argument => 'datetrack_mode'
451: ,p_argument_value => p_datetrack_mode
452: );
453: --
454: hr_api.mandatory_arg_error(p_api_name => l_proc
455: ,p_argument => 'disability_id'
456: ,p_argument_value => p_disability_id
457: );
458: --

Line 459: hr_api.mandatory_arg_error(p_api_name => l_proc

455: ,p_argument => 'disability_id'
456: ,p_argument_value => p_disability_id
457: );
458: --
459: hr_api.mandatory_arg_error(p_api_name => l_proc
460: ,p_argument => 'object_version_number'
461: ,p_argument_value => p_object_version_number
462: );
463: --

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

462: );
463: --
464: -- Check to ensure the datetrack mode is not INSERT.
465: --
466: If (p_datetrack_mode <> hr_api.g_insert) then
467: --
468: -- We must select and lock the current row.
469: --
470: Open C_Sel1;

Line 526: When HR_Api.Object_Locked then

522: --
523: -- We need to trap the ORA LOCK exception
524: --
525: Exception
526: When HR_Api.Object_Locked then
527: --
528: -- The object is locked therefore we need to supply a meaningful
529: -- error message.
530: --