DBA Data[Home] [Help]

APPS.PER_SPP_SHD dependencies on HR_API

Line 445: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 451: hr_api.mandatory_arg_error(p_api_name => l_proc

447: ,p_argument_value => p_effective_date
448: );
449: hr_utility.set_location('Entering:'||l_proc, 6);
450: --
451: hr_api.mandatory_arg_error(p_api_name => l_proc
452: ,p_argument => 'datetrack_mode'
453: ,p_argument_value => p_datetrack_mode
454: );
455: hr_utility.set_location('Entering:'||l_proc, 7);

Line 457: hr_api.mandatory_arg_error(p_api_name => l_proc

453: ,p_argument_value => p_datetrack_mode
454: );
455: hr_utility.set_location('Entering:'||l_proc, 7);
456: --
457: hr_api.mandatory_arg_error(p_api_name => l_proc
458: ,p_argument => 'placement_id'
459: ,p_argument_value => p_placement_id
460: );
461: hr_utility.set_location('Entering:'||l_proc, 8);

Line 463: hr_api.mandatory_arg_error(p_api_name => l_proc

459: ,p_argument_value => p_placement_id
460: );
461: hr_utility.set_location('Entering:'||l_proc, 8);
462: --
463: hr_api.mandatory_arg_error(p_api_name => l_proc
464: ,p_argument => 'object_version_number'
465: ,p_argument_value => p_object_version_number
466: );
467: hr_utility.set_location('Entering:'||l_proc, 9);

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

467: hr_utility.set_location('Entering:'||l_proc, 9);
468: --
469: -- Check to ensure the datetrack mode is not INSERT.
470: --
471: If (p_datetrack_mode <> hr_api.g_insert) then
472: --
473: -- We must select and lock the current row.
474: --
475: hr_utility.set_location('Entering:'||l_proc, 10);

Line 588: When HR_Api.Object_Locked then

584: --
585: -- We need to trap the ORA LOCK exception
586: --
587: Exception
588: When HR_Api.Object_Locked then
589: --
590: -- The object is locked therefore we need to supply a meaningful
591: -- error message.
592: --