DBA Data[Home] [Help]

APPS.PAY_CAL_SHD dependencies on HR_API

Line 314: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 319: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 324: hr_api.mandatory_arg_error(p_api_name => l_proc

320: ,p_argument => 'datetrack_mode'
321: ,p_argument_value => p_datetrack_mode
322: );
323: --
324: hr_api.mandatory_arg_error(p_api_name => l_proc
325: ,p_argument => 'cost_allocation_id'
326: ,p_argument_value => p_cost_allocation_id
327: );
328: --

Line 329: hr_api.mandatory_arg_error(p_api_name => l_proc

325: ,p_argument => 'cost_allocation_id'
326: ,p_argument_value => p_cost_allocation_id
327: );
328: --
329: hr_api.mandatory_arg_error(p_api_name => l_proc
330: ,p_argument => 'object_version_number'
331: ,p_argument_value => p_object_version_number
332: );
333: --

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

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

Line 393: When HR_Api.Object_Locked then

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