DBA Data[Home] [Help]

APPS.HXC_HAS_BUS dependencies on HXC_HAS_SHD

Line 205: (p_rec in hxc_has_shd.g_rec_type

201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_rec in hxc_has_shd.g_rec_type
206: ) IS
207: --
208: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
209: l_error EXCEPTION;

Line 217: IF NOT hxc_has_shd.api_updating

213: --
214: -- Only proceed with the validation if a row exists for the current
215: -- record in the HR Schema.
216: --
217: IF NOT hxc_has_shd.api_updating
218: (p_approval_style_id => p_rec.approval_style_id
219: ,p_object_version_number => p_rec.object_version_number
220: ) THEN
221: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 629: (p_rec in hxc_has_shd.g_rec_type

625: -- ----------------------------------------------------------------------------
626: -- |---------------------------< insert_validate >----------------------------|
627: -- ----------------------------------------------------------------------------
628: Procedure insert_validate
629: (p_rec in hxc_has_shd.g_rec_type
630: ) is
631: --
632: l_proc varchar2(72);
633: --

Line 690: (p_rec in hxc_has_shd.g_rec_type

686: -- ----------------------------------------------------------------------------
687: -- |---------------------------< update_validate >----------------------------|
688: -- ----------------------------------------------------------------------------
689: Procedure update_validate
690: (p_rec in hxc_has_shd.g_rec_type
691: ) is
692: --
693: l_proc varchar2(72);
694: --

Line 755: (p_rec in hxc_has_shd.g_rec_type

751: -- ----------------------------------------------------------------------------
752: -- |---------------------------< delete_validate >----------------------------|
753: -- ----------------------------------------------------------------------------
754: Procedure delete_validate
755: (p_rec in hxc_has_shd.g_rec_type
756: ) is
757: --
758: l_proc varchar2(72);
759: --