DBA Data[Home] [Help]

APPS.BEN_CPD_SHD dependencies on HR_API

Line 328: hr_api.mandatory_arg_error

324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: hr_api.mandatory_arg_error
329: (p_api_name => l_proc
330: ,p_argument => 'PL_ID'
331: ,p_argument_value => p_pl_id
332: );

Line 334: hr_api.mandatory_arg_error

330: ,p_argument => 'PL_ID'
331: ,p_argument_value => p_pl_id
332: );
333: hr_utility.set_location(l_proc,6);
334: hr_api.mandatory_arg_error
335: (p_api_name => l_proc
336: ,p_argument => 'LF_EVT_OCRD_DT'
337: ,p_argument_value => p_lf_evt_ocrd_dt
338: );

Line 340: hr_api.mandatory_arg_error

336: ,p_argument => 'LF_EVT_OCRD_DT'
337: ,p_argument_value => p_lf_evt_ocrd_dt
338: );
339: hr_utility.set_location(l_proc,7);
340: hr_api.mandatory_arg_error
341: (p_api_name => l_proc
342: ,p_argument => 'OIPL_ID'
343: ,p_argument_value => p_oipl_id
344: );

Line 346: hr_api.mandatory_arg_error

342: ,p_argument => 'OIPL_ID'
343: ,p_argument_value => p_oipl_id
344: );
345: hr_utility.set_location(l_proc,8);
346: hr_api.mandatory_arg_error
347: (p_api_name => l_proc
348: ,p_argument => 'OBJECT_VERSION_NUMBER'
349: ,p_argument_value => p_object_version_number
350: );

Line 376: When HR_Api.Object_Locked then

372: --
373: -- We need to trap the ORA LOCK exception
374: --
375: Exception
376: When HR_Api.Object_Locked then
377: --
378: -- The object is locked therefore we need to supply a meaningful
379: -- error message.
380: --