DBA Data[Home] [Help]

APPS.PAY_RTU_SHD dependencies on HR_API

Line 303: hr_api.mandatory_arg_error(p_api_name => l_proc

299: hr_utility.set_location('Entering:'||l_proc, 5);
300: --
301: -- Ensure that all the mandatory arguments are not null
302: --
303: hr_api.mandatory_arg_error(p_api_name => l_proc
304: ,p_argument => 'effective_date'
305: ,p_argument_value => p_effective_date
306: );
307: --

Line 308: hr_api.mandatory_arg_error(p_api_name => l_proc

304: ,p_argument => 'effective_date'
305: ,p_argument_value => p_effective_date
306: );
307: --
308: hr_api.mandatory_arg_error(p_api_name => l_proc
309: ,p_argument => 'datetrack_mode'
310: ,p_argument_value => p_datetrack_mode
311: );
312: --

Line 313: hr_api.mandatory_arg_error(p_api_name => l_proc

309: ,p_argument => 'datetrack_mode'
310: ,p_argument_value => p_datetrack_mode
311: );
312: --
313: hr_api.mandatory_arg_error(p_api_name => l_proc
314: ,p_argument => 'run_type_usage_id'
315: ,p_argument_value => p_run_type_usage_id
316: );
317: --

Line 318: hr_api.mandatory_arg_error(p_api_name => l_proc

314: ,p_argument => 'run_type_usage_id'
315: ,p_argument_value => p_run_type_usage_id
316: );
317: --
318: hr_api.mandatory_arg_error(p_api_name => l_proc
319: ,p_argument => 'object_version_number'
320: ,p_argument_value => p_object_version_number
321: );
322: hr_utility.set_location(l_proc, 10);

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

322: hr_utility.set_location(l_proc, 10);
323: --
324: -- Check to ensure the datetrack mode is not INSERT.
325: --
326: If (p_datetrack_mode <> hr_api.g_insert) then
327: hr_utility.set_location(l_proc, 15);
328: --
329: -- We must select and lock the current row.
330: --

Line 390: When HR_Api.Object_Locked then

386: --
387: -- We need to trap the ORA LOCK exception
388: --
389: Exception
390: When HR_Api.Object_Locked then
391: --
392: -- The object is locked therefore we need to supply a meaningful
393: -- error message.
394: --