DBA Data[Home] [Help]

APPS.PAY_CTY_SHD dependencies on HR_API

Line 450: hr_api.mandatory_arg_error(p_api_name => l_proc,

446: hr_utility.set_location('Entering:'||l_proc, 5);
447: --
448: -- Ensure that all the mandatory arguments are not null
449: --
450: hr_api.mandatory_arg_error(p_api_name => l_proc,
451: p_argument => 'effective_date',
452: p_argument_value => p_effective_date);
453: --
454: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 454: hr_api.mandatory_arg_error(p_api_name => l_proc,

450: hr_api.mandatory_arg_error(p_api_name => l_proc,
451: p_argument => 'effective_date',
452: p_argument_value => p_effective_date);
453: --
454: hr_api.mandatory_arg_error(p_api_name => l_proc,
455: p_argument => 'datetrack_mode',
456: p_argument_value => p_datetrack_mode);
457: --
458: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 458: hr_api.mandatory_arg_error(p_api_name => l_proc,

454: hr_api.mandatory_arg_error(p_api_name => l_proc,
455: p_argument => 'datetrack_mode',
456: p_argument_value => p_datetrack_mode);
457: --
458: hr_api.mandatory_arg_error(p_api_name => l_proc,
459: p_argument => 'emp_city_tax_rule_id',
460: p_argument_value => p_emp_city_tax_rule_id);
461: --
462: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 462: hr_api.mandatory_arg_error(p_api_name => l_proc,

458: hr_api.mandatory_arg_error(p_api_name => l_proc,
459: p_argument => 'emp_city_tax_rule_id',
460: p_argument_value => p_emp_city_tax_rule_id);
461: --
462: hr_api.mandatory_arg_error(p_api_name => l_proc,
463: p_argument => 'object_version_number',
464: p_argument_value => p_object_version_number);
465: --
466: -- Check to ensure the datetrack mode is not INSERT.

Line 525: When HR_Api.Object_Locked then

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