DBA Data[Home] [Help]

APPS.PQP_PTY_SHD dependencies on HR_API

Line 439: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 444: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 449: hr_api.mandatory_arg_error(p_api_name => l_proc

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

Line 454: hr_api.mandatory_arg_error(p_api_name => l_proc

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

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

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

Line 518: When HR_Api.Object_Locked then

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