DBA Data[Home] [Help]

APPS.HR_EXU_BUS dependencies on HR_API

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

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

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

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

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

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

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

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