DBA Data[Home] [Help]

APPS.BEN_CPD_SHD dependencies on HR_API

Line 344: hr_api.mandatory_arg_error

340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: hr_api.mandatory_arg_error
345: (p_api_name => l_proc
346: ,p_argument => 'PL_ID'
347: ,p_argument_value => p_pl_id
348: );

Line 350: hr_api.mandatory_arg_error

346: ,p_argument => 'PL_ID'
347: ,p_argument_value => p_pl_id
348: );
349: hr_utility.set_location(l_proc,6);
350: hr_api.mandatory_arg_error
351: (p_api_name => l_proc
352: ,p_argument => 'LF_EVT_OCRD_DT'
353: ,p_argument_value => p_lf_evt_ocrd_dt
354: );

Line 356: hr_api.mandatory_arg_error

352: ,p_argument => 'LF_EVT_OCRD_DT'
353: ,p_argument_value => p_lf_evt_ocrd_dt
354: );
355: hr_utility.set_location(l_proc,7);
356: hr_api.mandatory_arg_error
357: (p_api_name => l_proc
358: ,p_argument => 'OIPL_ID'
359: ,p_argument_value => p_oipl_id
360: );

Line 362: hr_api.mandatory_arg_error

358: ,p_argument => 'OIPL_ID'
359: ,p_argument_value => p_oipl_id
360: );
361: hr_utility.set_location(l_proc,8);
362: hr_api.mandatory_arg_error
363: (p_api_name => l_proc
364: ,p_argument => 'OBJECT_VERSION_NUMBER'
365: ,p_argument_value => p_object_version_number
366: );

Line 392: When HR_Api.Object_Locked then

388: --
389: -- We need to trap the ORA LOCK exception
390: --
391: Exception
392: When HR_Api.Object_Locked then
393: --
394: -- The object is locked therefore we need to supply a meaningful
395: -- error message.
396: --