DBA Data[Home] [Help]

APPS.PER_BBT_SHD dependencies on HR_API

Line 166: -- hr_api.mandatory_arg_error

162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: -- Add any mandatory argument checking here:
165: -- Example:
166: -- hr_api.mandatory_arg_error
167: -- (p_api_name => l_proc,
168: -- p_argument => 'object_version_number',
169: -- p_argument_value => p_object_version_number);
170: --

Line 171: hr_api.mandatory_arg_error(p_api_name => l_proc

167: -- (p_api_name => l_proc,
168: -- p_argument => 'object_version_number',
169: -- p_argument_value => p_object_version_number);
170: --
171: hr_api.mandatory_arg_error(p_api_name => l_proc
172: ,p_argument => 'BALANCE_TYPE_ID'
173: ,p_argument_value => p_balance_type_id);
174: --
175: Open C_Sel1;

Line 196: When HR_Api.Object_Locked then

192: --
193: -- We need to trap the ORA LOCK exception
194: --
195: Exception
196: When HR_Api.Object_Locked then
197: --
198: -- The object is locked therefore we need to supply a meaningful
199: -- error message.
200: --