DBA Data[Home] [Help]

APPS.HR_PAE_BUS dependencies on HR_API

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

192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: -- Call all supporting business operations
195: --
196: hr_api.mandatory_arg_error (p_api_name => l_proc,
197: p_argument => 'pattern_id',
198: p_argument_value => p_rec.pattern_id);
199:
200: hr_api.mandatory_arg_error

Line 200: hr_api.mandatory_arg_error

196: hr_api.mandatory_arg_error (p_api_name => l_proc,
197: p_argument => 'pattern_id',
198: p_argument_value => p_rec.pattern_id);
199:
200: hr_api.mandatory_arg_error
201: (p_api_name => l_proc,
202: p_argument => 'exception_start_time',
203: p_argument_value => p_rec.exception_start_time);
204:

Line 237: hr_api.argument_changed_error

233: ( p_exception_id => p_rec.exception_id,
234: p_object_version_number => p_rec.object_version_number)
235: and
236: p_rec.pattern_id <> hr_ern_shd.g_old_rec.pattern_id) then
237: hr_api.argument_changed_error
238: (p_api_name => l_proc,
239: p_argument => 'pattern_id');
240: end if; */
241: --

Line 248: hr_api.argument_changed_error

244: p_object_version_number => p_rec.object_version_number)
245: and
246: p_rec.exception_start_time <>
247: hr_ern_shd.g_old_rec.exception_start_time) then
248: hr_api.argument_changed_error
249: (p_api_name => l_proc,
250: p_argument => 'p_rec.exception_start_time');
251: end if;
252: */ --