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 589: (p_rec in hxc_had_shd.g_rec_type

585: -- ----------------------------------------------------------------------------
586: -- |---------------------------< n >----------------------------|
587: -- ----------------------------------------------------------------------------
588: Procedure insert_validate
589: (p_rec in hxc_had_shd.g_rec_type
590: ) is
591: --
592: l_proc varchar2(72);
593: --

Line 641: (p_rec in hxc_had_shd.g_rec_type

637: -- ----------------------------------------------------------------------------
638: -- |---------------------------< update_validate >----------------------------|
639: -- ----------------------------------------------------------------------------
640: Procedure update_validate
641: (p_rec in hxc_had_shd.g_rec_type
642: ) is
643: --
644: l_proc varchar2(72);
645: --

Line 696: (p_rec in hxc_had_shd.g_rec_type

692: -- ----------------------------------------------------------------------------
693: -- |---------------------------< delete_validate >----------------------------|
694: -- ----------------------------------------------------------------------------
695: Procedure delete_validate
696: (p_rec in hxc_had_shd.g_rec_type
697: ) is
698: --
699: l_proc varchar2(72);
700: --