DBA Data[Home] [Help]

APPS.PER_ABS_SHD dependencies on HR_API

Line 370: hr_api.mandatory_arg_error

366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: hr_api.mandatory_arg_error
371: (p_api_name => l_proc
372: ,p_argument => 'ABSENCE_ATTENDANCE_ID'
373: ,p_argument_value => p_absence_attendance_id
374: );

Line 398: When HR_Api.Object_Locked then

394: --
395: -- We need to trap the ORA LOCK exception
396: --
397: Exception
398: When HR_Api.Object_Locked then
399: --
400: -- The object is locked therefore we need to supply a meaningful
401: -- error message.
402: --