DBA Data[Home] [Help]

APPS.BEN_PSG_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 => 'PIL_ASSIGNMENT_ID'
152: ,p_argument_value => p_pil_assignment_id
153: );

Line 155: hr_api.mandatory_arg_error

151: ,p_argument => 'PIL_ASSIGNMENT_ID'
152: ,p_argument_value => p_pil_assignment_id
153: );
154: hr_utility.set_location(l_proc,6);
155: hr_api.mandatory_arg_error
156: (p_api_name => l_proc
157: ,p_argument => 'OBJECT_VERSION_NUMBER'
158: ,p_argument_value => p_object_version_number
159: );

Line 183: When HR_Api.Object_Locked then

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