DBA Data[Home] [Help]

APPS.PQH_RHA_SHD dependencies on HR_API

Line 161: hr_api.mandatory_arg_error

157: --
158: Begin
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --
161: hr_api.mandatory_arg_error
162: (p_api_name => l_proc
163: ,p_argument => 'ROUTING_HIST_ATTRIB_ID'
164: ,p_argument_value => p_routing_hist_attrib_id
165: );

Line 189: When HR_Api.Object_Locked then

185: --
186: -- We need to trap the ORA LOCK exception
187: --
188: Exception
189: When HR_Api.Object_Locked then
190: --
191: -- The object is locked therefore we need to supply a meaningful
192: -- error message.
193: --