DBA Data[Home] [Help]

APPS.PER_JGR_SHD dependencies on HR_API

Line 149: hr_api.mandatory_arg_error

145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'JOB_GROUP_ID'
152: ,p_argument_value => p_job_group_id
153: );

Line 177: When HR_Api.Object_Locked then

173: --
174: -- We need to trap the ORA LOCK exception
175: --
176: Exception
177: When HR_Api.Object_Locked then
178: --
179: -- The object is locked therefore we need to supply a meaningful
180: -- error message.
181: --