DBA Data[Home] [Help]

APPS.PQH_RMR_SHD dependencies on HR_API

Line 276: hr_api.mandatory_arg_error(p_api_name => l_proc

272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: -- Ensure that all the mandatory arguments are not null
275: --
276: hr_api.mandatory_arg_error(p_api_name => l_proc
277: ,p_argument => 'effective_date'
278: ,p_argument_value => p_effective_date
279: );
280: --

Line 281: hr_api.mandatory_arg_error(p_api_name => l_proc

277: ,p_argument => 'effective_date'
278: ,p_argument_value => p_effective_date
279: );
280: --
281: hr_api.mandatory_arg_error(p_api_name => l_proc
282: ,p_argument => 'datetrack_mode'
283: ,p_argument_value => p_datetrack_mode
284: );
285: --

Line 286: hr_api.mandatory_arg_error(p_api_name => l_proc

282: ,p_argument => 'datetrack_mode'
283: ,p_argument_value => p_datetrack_mode
284: );
285: --
286: hr_api.mandatory_arg_error(p_api_name => l_proc
287: ,p_argument => 'rate_matrix_rate_id'
288: ,p_argument_value => p_rate_matrix_rate_id
289: );
290: --

Line 291: hr_api.mandatory_arg_error(p_api_name => l_proc

287: ,p_argument => 'rate_matrix_rate_id'
288: ,p_argument_value => p_rate_matrix_rate_id
289: );
290: --
291: hr_api.mandatory_arg_error(p_api_name => l_proc
292: ,p_argument => 'object_version_number'
293: ,p_argument_value => p_object_version_number
294: );
295: --

Line 298: If (p_datetrack_mode <> hr_api.g_insert) then

294: );
295: --
296: -- Check to ensure the datetrack mode is not INSERT.
297: --
298: If (p_datetrack_mode <> hr_api.g_insert) then
299: --
300: -- We must select and lock the current row.
301: --
302: Open C_Sel1;

Line 355: When HR_Api.Object_Locked then

351: --
352: -- We need to trap the ORA LOCK exception
353: --
354: Exception
355: When HR_Api.Object_Locked then
356: --
357: -- The object is locked therefore we need to supply a meaningful
358: -- error message.
359: --