DBA Data[Home] [Help]

APPS.HR_ITF_BUS dependencies on HR_ITF_SHD

Line 48: ,p_rec in hr_itf_shd.g_rec_type

44: -- {End Of Comments}
45: -- ----------------------------------------------------------------------------
46: Procedure chk_non_updateable_args
47: (p_effective_date in date
48: ,p_rec in hr_itf_shd.g_rec_type
49: ) IS
50: --
51: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
52: --

Line 58: IF NOT hr_itf_shd.api_updating

54: --
55: -- Only proceed with the validation if a row exists for the current
56: -- record in the HR Schema.
57: --
58: IF NOT hr_itf_shd.api_updating
59: (p_user_interface_id => p_rec.user_interface_id
60: ,p_object_version_number => p_rec.object_version_number
61: ) THEN
62: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 539: ,p_rec in out nocopy hr_itf_shd.g_rec_type

535: -- |---------------------------< insert_validate >----------------------------|
536: -- ----------------------------------------------------------------------------
537: Procedure insert_validate
538: (p_effective_date in date
539: ,p_rec in out nocopy hr_itf_shd.g_rec_type
540: ) is
541: --
542: l_proc varchar2(72) := g_package||'insert_validate';
543: --

Line 579: ,p_rec in out nocopy hr_itf_shd.g_rec_type

575: -- |---------------------------< update_validate >----------------------------|
576: -- ----------------------------------------------------------------------------
577: Procedure update_validate
578: (p_effective_date in date
579: ,p_rec in out nocopy hr_itf_shd.g_rec_type
580: ) is
581: --
582: l_proc varchar2(72) := g_package||'update_validate';
583: --

Line 624: (p_rec in hr_itf_shd.g_rec_type

620: -- ----------------------------------------------------------------------------
621: -- |---------------------------< delete_validate >----------------------------|
622: -- ----------------------------------------------------------------------------
623: Procedure delete_validate
624: (p_rec in hr_itf_shd.g_rec_type
625: ) is
626: --
627: l_proc varchar2(72) := g_package||'delete_validate';
628: --