DBA Data[Home] [Help]

APPS.PAY_EVC_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 => 'event_value_change_id'
315: ,p_argument_value => p_event_value_change_id
316: );
317: --

Line 318: hr_api.mandatory_arg_error(p_api_name => l_proc

314: ,p_argument => 'event_value_change_id'
315: ,p_argument_value => p_event_value_change_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: --

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

321: );
322: --
323: -- Check to ensure the datetrack mode is not INSERT.
324: --
325: If (p_datetrack_mode <> hr_api.g_insert) then
326: --
327: -- We must select and lock the current row.
328: --
329: Open C_Sel1;

Line 385: When HR_Api.Object_Locked then

381: --
382: -- We need to trap the ORA LOCK exception
383: --
384: Exception
385: When HR_Api.Object_Locked then
386: --
387: -- The object is locked therefore we need to supply a meaningful
388: -- error message.
389: --