DBA Data[Home] [Help]

APPS.HXC_HAD_BUS dependencies on HXC_HAD_SHD

Line 205: (p_rec in hxc_had_shd.g_rec_type

201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_rec in hxc_had_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_had_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_had_shd.api_updating
218: (p_alias_definition_id => p_rec.alias_definition_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 623: (p_rec in hxc_had_shd.g_rec_type

619: -- ----------------------------------------------------------------------------
620: -- |---------------------------< n >----------------------------|
621: -- ----------------------------------------------------------------------------
622: Procedure insert_validate
623: (p_rec in hxc_had_shd.g_rec_type
624: ) is
625: --
626: l_proc varchar2(72);
627: --

Line 675: (p_rec in hxc_had_shd.g_rec_type

671: -- ----------------------------------------------------------------------------
672: -- |---------------------------< update_validate >----------------------------|
673: -- ----------------------------------------------------------------------------
674: Procedure update_validate
675: (p_rec in hxc_had_shd.g_rec_type
676: ) is
677: --
678: l_proc varchar2(72);
679: --

Line 730: (p_rec in hxc_had_shd.g_rec_type

726: -- ----------------------------------------------------------------------------
727: -- |---------------------------< delete_validate >----------------------------|
728: -- ----------------------------------------------------------------------------
729: Procedure delete_validate
730: (p_rec in hxc_had_shd.g_rec_type
731: ) is
732: --
733: l_proc varchar2(72);
734: --