DBA Data[Home] [Help]

APPS.PER_PCL_SHD dependencies on HR_API

Line 80: hr_api.mandatory_arg_error

76: hr_utility.set_location('Entering:'||l_proc, 10);
77: --
78: -- Check mandatory parameters has been set
79: --
80: hr_api.mandatory_arg_error
81: (p_api_name => l_proc
82: ,p_argument => 'CAGR_ENTITLEMENT_ID'
83: ,p_argument_value => p_cagr_entitlement_id);
84: --

Line 142: hr_api.mandatory_arg_error

138: hr_utility.set_location('Entering:'||l_proc, 10);
139: --
140: -- Check mandatory parameters has been set
141: --
142: hr_api.mandatory_arg_error
143: (p_api_name => l_proc
144: ,p_argument => 'CAGR_ENTITLEMENT_ID'
145: ,p_argument_value => p_cagr_entitlement_id);
146: --

Line 195: hr_api.mandatory_arg_error

191: hr_utility.set_location('Entering:'||l_proc, 10);
192: --
193: -- Check mandatory parameters has been set
194: --
195: hr_api.mandatory_arg_error
196: (p_api_name => l_proc
197: ,p_argument => 'CAGR_ENTITLEMENT_ITEM_ID'
198: ,p_argument_value => p_cagr_entitlement_item_id);
199: --

Line 543: hr_api.mandatory_arg_error(p_api_name => l_proc

539: hr_utility.set_location('Entering:'||l_proc, 5);
540: --
541: -- Ensure that all the mandatory arguments are not null
542: --
543: hr_api.mandatory_arg_error(p_api_name => l_proc
544: ,p_argument => 'effective_date'
545: ,p_argument_value => p_effective_date
546: );
547: --

Line 548: hr_api.mandatory_arg_error(p_api_name => l_proc

544: ,p_argument => 'effective_date'
545: ,p_argument_value => p_effective_date
546: );
547: --
548: hr_api.mandatory_arg_error(p_api_name => l_proc
549: ,p_argument => 'datetrack_mode'
550: ,p_argument_value => p_datetrack_mode
551: );
552: --

Line 553: hr_api.mandatory_arg_error(p_api_name => l_proc

549: ,p_argument => 'datetrack_mode'
550: ,p_argument_value => p_datetrack_mode
551: );
552: --
553: hr_api.mandatory_arg_error(p_api_name => l_proc
554: ,p_argument => 'cagr_entitlement_line_id'
555: ,p_argument_value => p_cagr_entitlement_line_id
556: );
557: --

Line 558: hr_api.mandatory_arg_error(p_api_name => l_proc

554: ,p_argument => 'cagr_entitlement_line_id'
555: ,p_argument_value => p_cagr_entitlement_line_id
556: );
557: --
558: hr_api.mandatory_arg_error(p_api_name => l_proc
559: ,p_argument => 'object_version_number'
560: ,p_argument_value => p_object_version_number
561: );
562: --

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

561: );
562: --
563: -- Check to ensure the datetrack mode is not INSERT.
564: --
565: If (p_datetrack_mode <> hr_api.g_insert) then
566: --
567: -- We must select and lock the current row.
568: --
569: Open C_Sel1;

Line 634: When HR_Api.Object_Locked then

630: --
631: -- We need to trap the ORA LOCK exception
632: --
633: Exception
634: When HR_Api.Object_Locked then
635: --
636: -- The object is locked therefore we need to supply a meaningful
637: -- error message.
638: --