DBA Data[Home] [Help]

APPS.HXC_HRR_BUS dependencies on HXC_HRR_SHD

Line 206: ,p_rec in hxc_hrr_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_hrr_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_hrr_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_hrr_shd.api_updating
219: (p_resource_rule_id => p_rec.resource_rule_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 564: ,p_rec in hxc_hrr_shd.g_rec_type

560: -- |---------------------------< insert_validate >----------------------------|
561: -- ----------------------------------------------------------------------------
562: Procedure insert_validate
563: (p_effective_date in date
564: ,p_rec in hxc_hrr_shd.g_rec_type
565: ) is
566: --
567: l_proc varchar2(72);
568: --

Line 634: ,p_rec in hxc_hrr_shd.g_rec_type

630: -- |---------------------------< update_validate >----------------------------|
631: -- ----------------------------------------------------------------------------
632: Procedure update_validate
633: (p_effective_date in date
634: ,p_rec in hxc_hrr_shd.g_rec_type
635: ) is
636: --
637: l_proc varchar2(72);
638: --

Line 707: (p_rec in hxc_hrr_shd.g_rec_type

703: -- ----------------------------------------------------------------------------
704: -- |---------------------------< delete_validate >----------------------------|
705: -- ----------------------------------------------------------------------------
706: Procedure delete_validate
707: (p_rec in hxc_hrr_shd.g_rec_type
708: ) is
709: --
710: l_proc varchar2(72);
711: --