DBA Data[Home] [Help]

APPS.PAY_ECU_SHD dependencies on HR_API

Line 310: hr_api.mandatory_arg_error(p_api_name => l_proc

306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --
308: -- Ensure that all the mandatory arguments are not null
309: --
310: hr_api.mandatory_arg_error(p_api_name => l_proc
311: ,p_argument => 'effective_date'
312: ,p_argument_value => p_effective_date
313: );
314: --

Line 315: hr_api.mandatory_arg_error(p_api_name => l_proc

311: ,p_argument => 'effective_date'
312: ,p_argument_value => p_effective_date
313: );
314: --
315: hr_api.mandatory_arg_error(p_api_name => l_proc
316: ,p_argument => 'datetrack_mode'
317: ,p_argument_value => p_datetrack_mode
318: );
319: --

Line 320: hr_api.mandatory_arg_error(p_api_name => l_proc

316: ,p_argument => 'datetrack_mode'
317: ,p_argument_value => p_datetrack_mode
318: );
319: --
320: hr_api.mandatory_arg_error(p_api_name => l_proc
321: ,p_argument => 'element_class_usage_id'
322: ,p_argument_value => p_element_class_usage_id
323: );
324: --

Line 325: hr_api.mandatory_arg_error(p_api_name => l_proc

321: ,p_argument => 'element_class_usage_id'
322: ,p_argument_value => p_element_class_usage_id
323: );
324: --
325: hr_api.mandatory_arg_error(p_api_name => l_proc
326: ,p_argument => 'object_version_number'
327: ,p_argument_value => p_object_version_number
328: );
329: --

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

328: );
329: --
330: -- Check to ensure the datetrack mode is not INSERT.
331: --
332: If (p_datetrack_mode <> hr_api.g_insert) then
333: --
334: -- We must select and lock the current row.
335: --
336: Open C_Sel1;

Line 389: When HR_Api.Object_Locked then

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