DBA Data[Home] [Help]

APPS.PAY_BLD_SHD dependencies on HR_API

Line 184: hr_api.mandatory_arg_error

180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_api.mandatory_arg_error
185: (p_api_name => l_proc
186: ,p_argument => 'BALANCE_DIMENSION_ID'
187: ,p_argument_value => p_balance_dimension_id
188: );

Line 208: When HR_Api.Object_Locked then

204: --
205: -- We need to trap the ORA LOCK exception
206: --
207: Exception
208: When HR_Api.Object_Locked then
209: --
210: -- The object is locked therefore we need to supply a meaningful
211: -- error message.
212: --