DBA Data[Home] [Help]

APPS.HR_HRC_BUS dependencies on HR_HRC_SHD

Line 43: (p_rec in hr_hrc_shd.g_rec_type

39: --
40: -- {End Of Comments}
41: -- ----------------------------------------------------------------------------
42: Procedure chk_non_updateable_args
43: (p_rec in hr_hrc_shd.g_rec_type
44: ) IS
45: --
46: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
47: --

Line 53: IF NOT hr_hrc_shd.api_updating

49: --
50: -- Only proceed with the validation if a row exists for the current
51: -- record in the HR Schema.
52: --
53: IF NOT hr_hrc_shd.api_updating
54: (p_hierarchy_id => p_rec.hierarchy_id
55: ,p_object_version_number => p_rec.object_version_number
56: ) THEN
57: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 64: nvl(hr_hrc_shd.g_old_rec.hierarchy_key,hr_api.g_varchar2

60: fnd_message.raise_error;
61: END IF;
62: --
63: if nvl(p_rec.hierarchy_key, hr_api.g_varchar2) <>
64: nvl(hr_hrc_shd.g_old_rec.hierarchy_key,hr_api.g_varchar2
65: ) then
66: hr_api.argument_changed_error
67: (p_api_name => l_proc
68: ,p_argument => 'HIERARCHY_KEY'

Line 69: ,p_base_table => hr_hrc_shd.g_tab_nam

65: ) then
66: hr_api.argument_changed_error
67: (p_api_name => l_proc
68: ,p_argument => 'HIERARCHY_KEY'
69: ,p_base_table => hr_hrc_shd.g_tab_nam
70: );
71: end if;
72:
73: --

Line 308: if hr_hrc_shd.g_old_rec.parent_hierarchy_id is null and

304:
305: hr_utility.set_location(' Entering:'|| l_proc,10);
306:
307: -- check if we are trying to update the parent id of global func node
308: if hr_hrc_shd.g_old_rec.parent_hierarchy_id is null and
309: (nvl(p_parent_hierarchy_id, hr_api.g_number) <>
310: nvl(hr_hrc_shd.g_old_rec.parent_hierarchy_id,hr_api.g_number))
311: then
312: hr_utility.set_location(' Parent hierarchy id of global node updated:'

Line 310: nvl(hr_hrc_shd.g_old_rec.parent_hierarchy_id,hr_api.g_number))

306:
307: -- check if we are trying to update the parent id of global func node
308: if hr_hrc_shd.g_old_rec.parent_hierarchy_id is null and
309: (nvl(p_parent_hierarchy_id, hr_api.g_number) <>
310: nvl(hr_hrc_shd.g_old_rec.parent_hierarchy_id,hr_api.g_number))
311: then
312: hr_utility.set_location(' Parent hierarchy id of global node updated:'
313: || l_proc,20);
314: fnd_message.set_name( 'PER','PER_449914_HRC_GLBLND_NONUPD');

Line 524: (p_rec in hr_hrc_shd.g_rec_type

520: -- ----------------------------------------------------------------------------
521: -- |---------------------------< insert_validate >----------------------------|
522: -- ----------------------------------------------------------------------------
523: Procedure insert_validate
524: (p_rec in hr_hrc_shd.g_rec_type
525: ) is
526: --
527: l_proc varchar2(72) := g_package||'insert_validate';
528: --

Line 546: (p_rec in hr_hrc_shd.g_rec_type

542: -- ----------------------------------------------------------------------------
543: -- |---------------------------< update_validate >----------------------------|
544: -- ----------------------------------------------------------------------------
545: Procedure update_validate
546: (p_rec in hr_hrc_shd.g_rec_type
547: ) is
548: --
549: l_proc varchar2(72) := g_package||'update_validate';
550: --

Line 580: (p_rec in hr_hrc_shd.g_rec_type

576: -- ----------------------------------------------------------------------------
577: -- |---------------------------< delete_validate >----------------------------|
578: -- ----------------------------------------------------------------------------
579: Procedure delete_validate
580: (p_rec in hr_hrc_shd.g_rec_type
581: ) is
582: --
583: l_proc varchar2(72) := g_package||'delete_validate';
584: --