DBA Data[Home] [Help]

APPS.PAY_DTE_SHD dependencies on HR_API

Line 156: hr_api.mandatory_arg_error

152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'DATETRACKED_EVENT_ID'
159: ,p_argument_value => p_datetracked_event_id
160: );

Line 184: When HR_Api.Object_Locked then

180: --
181: -- We need to trap the ORA LOCK exception
182: --
183: Exception
184: When HR_Api.Object_Locked then
185: --
186: -- The object is locked therefore we need to supply a meaningful
187: -- error message.
188: --