DBA Data[Home] [Help]

APPS.PQP_AAT_SHD dependencies on HR_API

Line 434: hr_api.mandatory_arg_error(p_api_name => l_proc

430: hr_utility.set_location('Entering:'||l_proc, 5);
431: --
432: -- Ensure that all the mandatory arguments are not null
433: --
434: hr_api.mandatory_arg_error(p_api_name => l_proc
435: ,p_argument => 'effective_date'
436: ,p_argument_value => p_effective_date
437: );
438: --

Line 439: hr_api.mandatory_arg_error(p_api_name => l_proc

435: ,p_argument => 'effective_date'
436: ,p_argument_value => p_effective_date
437: );
438: --
439: hr_api.mandatory_arg_error(p_api_name => l_proc
440: ,p_argument => 'datetrack_mode'
441: ,p_argument_value => p_datetrack_mode
442: );
443: --

Line 444: hr_api.mandatory_arg_error(p_api_name => l_proc

440: ,p_argument => 'datetrack_mode'
441: ,p_argument_value => p_datetrack_mode
442: );
443: --
444: hr_api.mandatory_arg_error(p_api_name => l_proc
445: ,p_argument => 'assignment_attribute_id'
446: ,p_argument_value => p_assignment_attribute_id
447: );
448: --

Line 449: hr_api.mandatory_arg_error(p_api_name => l_proc

445: ,p_argument => 'assignment_attribute_id'
446: ,p_argument_value => p_assignment_attribute_id
447: );
448: --
449: hr_api.mandatory_arg_error(p_api_name => l_proc
450: ,p_argument => 'object_version_number'
451: ,p_argument_value => p_object_version_number
452: );
453: --

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

452: );
453: --
454: -- Check to ensure the datetrack mode is not INSERT.
455: --
456: If (p_datetrack_mode <> hr_api.g_insert) then
457: --
458: -- We must select and lock the current row.
459: --
460: Open C_Sel1;

Line 513: When HR_Api.Object_Locked then

509: --
510: -- We need to trap the ORA LOCK exception
511: --
512: Exception
513: When HR_Api.Object_Locked then
514: --
515: -- The object is locked therefore we need to supply a meaningful
516: -- error message.
517: --