DBA Data[Home] [Help]

APPS.PER_PCE_SHD dependencies on HR_API

Line 35: hr_api.mandatory_arg_error

31: hr_utility.set_location('Entering:'||l_proc, 10);
32: --
33: -- Check mandatory parameters has been set
34: --
35: hr_api.mandatory_arg_error
36: (p_api_name => l_proc
37: ,p_argument => 'COLLECTIVE_AGREEMENT_ID'
38: ,p_argument_value => p_collective_agreement_id);
39: --

Line 196: hr_api.mandatory_arg_error

192: BEGIN
193: --
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --
196: hr_api.mandatory_arg_error
197: (p_api_name => l_proc
198: ,p_argument => 'CAGR_ENTITLEMENT_ID'
199: ,p_argument_value => p_cagr_entitlement_id
200: );

Line 202: hr_api.mandatory_arg_error

198: ,p_argument => 'CAGR_ENTITLEMENT_ID'
199: ,p_argument_value => p_cagr_entitlement_id
200: );
201: hr_utility.set_location(l_proc,6);
202: hr_api.mandatory_arg_error
203: (p_api_name => l_proc
204: ,p_argument => 'OBJECT_VERSION_NUMBER'
205: ,p_argument_value => p_object_version_number
206: );

Line 230: WHEN HR_Api.Object_Locked then

226: --
227: -- We need to trap the ORA LOCK exception
228: --
229: EXCEPTION
230: WHEN HR_Api.Object_Locked then
231: --
232: -- The object IS locked therefore we need to supply a meaningful
233: -- error message.
234: --