DBA Data[Home] [Help]

APPS.HR_HNM_BUS dependencies on HR_HNM_SHD

Line 43: (p_rec in hr_hnm_shd.g_rec_type

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

Line 53: IF NOT hr_hnm_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_hnm_shd.api_updating
54: (p_hierarchy_node_map_id => p_rec.hierarchy_node_map_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 598: (p_rec in hr_hnm_shd.g_rec_type

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

Line 636: (p_rec in hr_hnm_shd.g_rec_type

632: -- ----------------------------------------------------------------------------
633: -- |---------------------------< update_validate >----------------------------|
634: -- ----------------------------------------------------------------------------
635: Procedure update_validate
636: (p_rec in hr_hnm_shd.g_rec_type
637: ) is
638: --
639: l_proc varchar2(72) := g_package||'update_validate';
640: --

Line 676: (p_rec in hr_hnm_shd.g_rec_type

672: -- ----------------------------------------------------------------------------
673: -- |---------------------------< delete_validate >----------------------------|
674: -- ----------------------------------------------------------------------------
675: Procedure delete_validate
676: (p_rec in hr_hnm_shd.g_rec_type
677: ) is
678: --
679: l_proc varchar2(72) := g_package||'delete_validate';
680: --