DBA Data[Home] [Help]

APPS.PER_SPS_SHD dependencies on HR_API

Line 387: hr_api.mandatory_arg_error(p_api_name => l_proc

383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- Ensure that all the mandatory arguments are not null
386: --
387: hr_api.mandatory_arg_error(p_api_name => l_proc
388: ,p_argument => 'effective_date'
389: ,p_argument_value => p_effective_date
390: );
391: --

Line 392: hr_api.mandatory_arg_error(p_api_name => l_proc

388: ,p_argument => 'effective_date'
389: ,p_argument_value => p_effective_date
390: );
391: --
392: hr_api.mandatory_arg_error(p_api_name => l_proc
393: ,p_argument => 'datetrack_mode'
394: ,p_argument_value => p_datetrack_mode
395: );
396: --

Line 397: hr_api.mandatory_arg_error(p_api_name => l_proc

393: ,p_argument => 'datetrack_mode'
394: ,p_argument_value => p_datetrack_mode
395: );
396: --
397: hr_api.mandatory_arg_error(p_api_name => l_proc
398: ,p_argument => 'step_id'
399: ,p_argument_value => p_step_id
400: );
401: --

Line 402: hr_api.mandatory_arg_error(p_api_name => l_proc

398: ,p_argument => 'step_id'
399: ,p_argument_value => p_step_id
400: );
401: --
402: hr_api.mandatory_arg_error(p_api_name => l_proc
403: ,p_argument => 'object_version_number'
404: ,p_argument_value => p_object_version_number
405: );
406: hr_utility.set_location(l_proc, 10);

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

407:
408: --
409: -- Check to ensure the datetrack mode is not INSERT.
410: --
411: If (p_datetrack_mode <> hr_api.g_insert) then
412: --
413: -- We must select and lock the current row.
414: --
415: Open C_Sel1;

Line 483: When HR_Api.Object_Locked then

479: --
480: -- We need to trap the ORA LOCK exception
481: --
482: Exception
483: When HR_Api.Object_Locked then
484: --
485: -- The object is locked therefore we need to supply a meaningful
486: -- error message.
487: --