DBA Data[Home] [Help]

APPS.BEN_PLN_SHD dependencies on HR_API

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

837: hr_utility.set_location('Entering:'||l_proc, 5);
838: --
839: -- Ensure that all the mandatory arguments are not null
840: --
841: hr_api.mandatory_arg_error(p_api_name => l_proc,
842: p_argument => 'effective_date',
843: p_argument_value => p_effective_date);
844: --
845: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

841: hr_api.mandatory_arg_error(p_api_name => l_proc,
842: p_argument => 'effective_date',
843: p_argument_value => p_effective_date);
844: --
845: hr_api.mandatory_arg_error(p_api_name => l_proc,
846: p_argument => 'datetrack_mode',
847: p_argument_value => p_datetrack_mode);
848: --
849: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

845: hr_api.mandatory_arg_error(p_api_name => l_proc,
846: p_argument => 'datetrack_mode',
847: p_argument_value => p_datetrack_mode);
848: --
849: hr_api.mandatory_arg_error(p_api_name => l_proc,
850: p_argument => 'pl_id',
851: p_argument_value => p_pl_id);
852: --
853: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

849: hr_api.mandatory_arg_error(p_api_name => l_proc,
850: p_argument => 'pl_id',
851: p_argument_value => p_pl_id);
852: --
853: hr_api.mandatory_arg_error(p_api_name => l_proc,
854: p_argument => 'object_version_number',
855: p_argument_value => p_object_version_number);
856: --
857: -- Check to ensure the datetrack mode is not INSERT.

Line 1088: When HR_Api.Object_Locked then

1084: --
1085: -- We need to trap the ORA LOCK exception
1086: --
1087: Exception
1088: When HR_Api.Object_Locked then
1089: --
1090: -- The object is locked therefore we need to supply a meaningful
1091: -- error message.
1092: --