DBA Data[Home] [Help]

APPS.HXC_HRP_BUS dependencies on HXC_HRP_SHD

Line 206: ,p_rec in hxc_hrp_shd.g_rec_type

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

Line 218: IF NOT hxc_hrp_shd.api_updating

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

Line 555: ,p_rec in hxc_hrp_shd.g_rec_type

551: -- |---------------------------< insert_validate >----------------------------|
552: -- ----------------------------------------------------------------------------
553: Procedure insert_validate
554: (p_effective_date in date
555: ,p_rec in hxc_hrp_shd.g_rec_type
556: ) is
557: --
558: l_proc varchar2(72);
559: --

Line 615: ,p_rec in hxc_hrp_shd.g_rec_type

611: -- |---------------------------< update_validate >----------------------------|
612: -- ----------------------------------------------------------------------------
613: Procedure update_validate
614: (p_effective_date in date
615: ,p_rec in hxc_hrp_shd.g_rec_type
616: ) is
617: --
618: l_proc varchar2(72);
619: --

Line 677: (p_rec in hxc_hrp_shd.g_rec_type

673: -- ----------------------------------------------------------------------------
674: -- |---------------------------< delete_validate >----------------------------|
675: -- ----------------------------------------------------------------------------
676: Procedure delete_validate
677: (p_rec in hxc_hrp_shd.g_rec_type
678: ) is
679: --
680: l_proc varchar2(72);
681: --