DBA Data[Home] [Help]

APPS.PAY_BAD_SHD dependencies on HR_API

Line 131: hr_api.mandatory_arg_error

127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_api.mandatory_arg_error
132: (p_api_name => l_proc
133: ,p_argument => 'ATTRIBUTE_ID'
134: ,p_argument_value => p_attribute_id
135: );

Line 155: When HR_Api.Object_Locked then

151: --
152: -- We need to trap the ORA LOCK exception
153: --
154: Exception
155: When HR_Api.Object_Locked then
156: --
157: -- The object is locked therefore we need to supply a meaningful
158: -- error message.
159: --