DBA Data[Home] [Help]

APPS.HXC_HAC_BUS dependencies on HXC_HAC_SHD

Line 206: ,p_rec in hxc_hac_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_hac_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_hac_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_hac_shd.api_updating
219: (p_approval_comp_id => p_rec.approval_comp_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 1548: ,p_rec in hxc_hac_shd.g_rec_type

1544: -- |---------------------------< insert_validate >----------------------------|
1545: -- ----------------------------------------------------------------------------
1546: Procedure insert_validate
1547: (p_effective_date in date
1548: ,p_rec in hxc_hac_shd.g_rec_type
1549: ) is
1550: --
1551: l_proc varchar2(72);
1552: --

Line 1656: ,p_rec in hxc_hac_shd.g_rec_type

1652: -- |---------------------------< update_validate >----------------------------|
1653: -- ----------------------------------------------------------------------------
1654: Procedure update_validate
1655: (p_effective_date in date
1656: ,p_rec in hxc_hac_shd.g_rec_type
1657: ) is
1658: --
1659: l_proc varchar2(72);
1660: --

Line 1764: (p_rec in hxc_hac_shd.g_rec_type

1760: -- ----------------------------------------------------------------------------
1761: -- |---------------------------< delete_validate >----------------------------|
1762: -- ----------------------------------------------------------------------------
1763: Procedure delete_validate
1764: (p_rec in hxc_hac_shd.g_rec_type
1765: ) is
1766: --
1767: l_proc varchar2(72);
1768: --