DBA Data[Home] [Help]

APPS.HR_CAU_BUS dependencies on HR_CAU_SHD

Line 55: l_api_updating := hr_cau_shd.api_updating (

51: hr_utility.set_location ('Entering '||l_proc,1);
52: --
53: check_parameters;
54: --
55: l_api_updating := hr_cau_shd.api_updating (
56: --
57: p_calendar_usage_id => p_calendar_usage_id,
58: p_object_version_number => p_object_version_number);
59: --

Line 60: if ((l_api_updating and p_start_date <> hr_cau_shd.g_old_rec.end_date)

56: --
57: p_calendar_usage_id => p_calendar_usage_id,
58: p_object_version_number => p_object_version_number);
59: --
60: if ((l_api_updating and p_start_date <> hr_cau_shd.g_old_rec.end_date)
61: or (not l_api_updating))
62: then
63: --
64: open csr_calendar;

Line 229: hr_cau_shd.constraint_error ('HR_CAU_PPU_FK');

225: fetch csr_purpose into l_purpose;
226: if csr_purpose%notfound then
227: --
228: -- The purpose usage id was invalid.
229: hr_cau_shd.constraint_error ('HR_CAU_PPU_FK');
230: --
231: end if;
232: --
233: if l_purpose = 'QUALIFYING PATTERN' then

Line 468: hr_cau_shd.constraint_error ('HR_CAU_PPU_FK');

464: --
465: -- The p_purpose_usage_id must be invalid
466: --
467: close csr_entity_name;
468: hr_cau_shd.constraint_error ('HR_CAU_PPU_FK');
469: --
470: else
471: --
472: close csr_entity_name;

Line 538: Procedure insert_validate(p_rec in out nocopy hr_cau_shd.g_rec_type) is

534: end chk_primary_key_value;
535: -- ----------------------------------------------------------------------------
536: -- |---------------------------< insert_validate >----------------------------|
537: -- ----------------------------------------------------------------------------
538: Procedure insert_validate(p_rec in out nocopy hr_cau_shd.g_rec_type) is
539: --
540: l_proc varchar2(72) := g_package||'insert_validate';
541: --
542: Begin

Line 573: Procedure update_validate(p_rec in hr_cau_shd.g_rec_type) is

569: --
570: -- ----------------------------------------------------------------------------
571: -- |---------------------------< update_validate >----------------------------|
572: -- ----------------------------------------------------------------------------
573: Procedure update_validate(p_rec in hr_cau_shd.g_rec_type) is
574: --
575: l_proc varchar2(72) := g_package||'update_validate';
576: --
577: Begin

Line 599: Procedure delete_validate(p_rec in hr_cau_shd.g_rec_type) is

595: --
596: -- ----------------------------------------------------------------------------
597: -- |---------------------------< delete_validate >----------------------------|
598: -- ----------------------------------------------------------------------------
599: Procedure delete_validate(p_rec in hr_cau_shd.g_rec_type) is
600: --
601: l_proc varchar2(72) := g_package||'delete_validate';
602: --
603: Begin