DBA Data[Home] [Help]

APPS.HR_EXU_BUS dependencies on HR_API

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

292: -- Call all supporting business operations
293: --
294: -- Check that the Mandatory Column Exception_Id has been entered
295: --
296: hr_api.mandatory_arg_error (p_api_name => l_proc,
297: p_argument => 'Exception_Id',
298: p_argument_value => p_rec.exception_id);
299:
300: hr_utility.set_location(l_proc, 10);

Line 335: nvl(hr_exu_shd.g_old_rec.calendar_id,hr_api.g_number)) then

331: /* if (hr_exu_shd.api_updating
332: ( p_exception_usage_id => p_rec.exception_usage_id,
333: p_object_version_number => p_rec.object_version_number) and
334: nvl(p_rec.calendar_id, hr_exu.g_number) <>
335: nvl(hr_exu_shd.g_old_rec.calendar_id,hr_api.g_number)) then
336: (p_api_name => l_proc,
337: p_argument => 'calendar_id');
338: end if;
339:

Line 343: nvl(p_rec.calendar_usage_id,hr_api.g_number) <>

339:
340: if (hr_exu_shd.api_updating
341: ( p_exception_usage_id => p_rec.exception_usage_id,
342: p_object_version_number => p_rec.object_version_number) and
343: nvl(p_rec.calendar_usage_id,hr_api.g_number) <>
344: nvl(hr_exu_shd.g_old_rec.calendar_usage_id,hr_api.g_varchar2)) then
345: (p_api_name => l_proc,
346: p_argument => 'calendar_usage_id');
347: end if;

Line 344: nvl(hr_exu_shd.g_old_rec.calendar_usage_id,hr_api.g_varchar2)) then

340: if (hr_exu_shd.api_updating
341: ( p_exception_usage_id => p_rec.exception_usage_id,
342: p_object_version_number => p_rec.object_version_number) and
343: nvl(p_rec.calendar_usage_id,hr_api.g_number) <>
344: nvl(hr_exu_shd.g_old_rec.calendar_usage_id,hr_api.g_varchar2)) then
345: (p_api_name => l_proc,
346: p_argument => 'calendar_usage_id');
347: end if;
348: