DBA Data[Home] [Help]

APPS.HXC_HSD_BUS dependencies on HXC_HSD_SHD

Line 238: (p_rec in hxc_hsd_shd.g_rec_type

234: --
235: -- {End Of Comments}
236: -- ----------------------------------------------------------------------------
237: Procedure chk_non_updateable_args
238: (p_rec in hxc_hsd_shd.g_rec_type
239: ) IS
240: --
241: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
242: --

Line 248: IF NOT hxc_hsd_shd.api_updating

244: --
245: -- Only proceed with the validation if a row exists for the current
246: -- record in the HR Schema.
247: --
248: IF NOT hxc_hsd_shd.api_updating
249: (p_object_id => p_rec.object_id
250: ,p_object_type => p_rec.object_type
251: ) THEN
252: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 484: (p_rec in hxc_hsd_shd.g_rec_type

480: -- ----------------------------------------------------------------------------
481: -- |---------------------------< insert_validate >----------------------------|
482: -- ----------------------------------------------------------------------------
483: Procedure insert_validate
484: (p_rec in hxc_hsd_shd.g_rec_type
485: ) is
486: --
487: l_proc varchar2(72);
488: --

Line 532: (p_rec in hxc_hsd_shd.g_rec_type

528: -- ----------------------------------------------------------------------------
529: -- |---------------------------< update_validate >----------------------------|
530: -- ----------------------------------------------------------------------------
531: Procedure update_validate
532: (p_rec in hxc_hsd_shd.g_rec_type
533: ) is
534: --
535: l_proc varchar2(72);
536: --

Line 583: (p_rec in hxc_hsd_shd.g_rec_type

579: -- ----------------------------------------------------------------------------
580: -- |---------------------------< delete_validate >----------------------------|
581: -- ----------------------------------------------------------------------------
582: Procedure delete_validate
583: (p_rec in hxc_hsd_shd.g_rec_type
584: ) is
585: --
586: l_proc varchar2(72);
587: --