DBA Data[Home] [Help]

APPS.PAY_ETU_SHD dependencies on HR_API

Line 305: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 310: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 315: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 320: hr_api.mandatory_arg_error(p_api_name => l_proc

316: ,p_argument => 'element_type_usage_id'
317: ,p_argument_value => p_element_type_usage_id
318: );
319: --
320: hr_api.mandatory_arg_error(p_api_name => l_proc
321: ,p_argument => 'object_version_number'
322: ,p_argument_value => p_object_version_number
323: );
324: --

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

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

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