DBA Data[Home] [Help]

APPS.BEN_CTK_SHD dependencies on HR_API

Line 162: hr_api.mandatory_arg_error

158: if g_debug then
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: end if;
161: --
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'GROUP_PER_IN_LER_ID'
165: ,p_argument_value => p_group_per_in_ler_id
166: );

Line 170: hr_api.mandatory_arg_error

166: );
167: if g_debug then
168: hr_utility.set_location(l_proc,6);
169: end if;
170: hr_api.mandatory_arg_error
171: (p_api_name => l_proc
172: ,p_argument => 'TASK_ID'
173: ,p_argument_value => p_task_id
174: );

Line 178: hr_api.mandatory_arg_error

174: );
175: if g_debug then
176: hr_utility.set_location(l_proc,7);
177: end if;
178: hr_api.mandatory_arg_error
179: (p_api_name => l_proc
180: ,p_argument => 'OBJECT_VERSION_NUMBER'
181: ,p_argument_value => p_object_version_number
182: );

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: --