DBA Data[Home] [Help]

APPS.PQH_ACC_SHD dependencies on HR_API

Line 440: hr_api.mandatory_arg_error(p_api_name => l_proc

436: hr_utility.set_location('Entering:'||l_proc, 5);
437: --
438: -- Ensure that all the mandatory arguments are not null
439: --
440: hr_api.mandatory_arg_error(p_api_name => l_proc
441: ,p_argument => 'effective_date'
442: ,p_argument_value => p_effective_date
443: );
444: --

Line 445: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 450: hr_api.mandatory_arg_error(p_api_name => l_proc

446: ,p_argument => 'datetrack_mode'
447: ,p_argument_value => p_datetrack_mode
448: );
449: --
450: hr_api.mandatory_arg_error(p_api_name => l_proc
451: ,p_argument => 'accommodation_id'
452: ,p_argument_value => p_accommodation_id
453: );
454: --

Line 455: hr_api.mandatory_arg_error(p_api_name => l_proc

451: ,p_argument => 'accommodation_id'
452: ,p_argument_value => p_accommodation_id
453: );
454: --
455: hr_api.mandatory_arg_error(p_api_name => l_proc
456: ,p_argument => 'object_version_number'
457: ,p_argument_value => p_object_version_number
458: );
459: --

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

458: );
459: --
460: -- Check to ensure the datetrack mode is not INSERT.
461: --
462: If (p_datetrack_mode <> hr_api.g_insert) then
463: --
464: -- We must select and lock the current row.
465: --
466: Open C_Sel1;

Line 522: When HR_Api.Object_Locked then

518: --
519: -- We need to trap the ORA LOCK exception
520: --
521: Exception
522: When HR_Api.Object_Locked then
523: --
524: -- The object is locked therefore we need to supply a meaningful
525: -- error message.
526: --