DBA Data[Home] [Help]

APPS.HXC_APS_BUS dependencies on HXC_APS_SHD

Line 205: (p_rec in hxc_aps_shd.g_rec_type

201: --
202: -- {End Of Comments}
203: -- ----------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_rec in hxc_aps_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_aps_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_aps_shd.api_updating
218: (p_approval_period_set_id => p_rec.approval_period_set_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 392: (p_rec in hxc_aps_shd.g_rec_type

388: -- ----------------------------------------------------------------------------
389: -- |---------------------------< insert_validate >----------------------------|
390: -- ----------------------------------------------------------------------------
391: Procedure insert_validate
392: (p_rec in hxc_aps_shd.g_rec_type
393: ) is
394: --
395: l_proc varchar2(72);
396: --

Line 434: (p_rec in hxc_aps_shd.g_rec_type

430: -- ----------------------------------------------------------------------------
431: -- |---------------------------< update_validate >----------------------------|
432: -- ----------------------------------------------------------------------------
433: Procedure update_validate
434: (p_rec in hxc_aps_shd.g_rec_type
435: ) is
436: --
437: l_proc varchar2(72);
438: --

Line 480: (p_rec in hxc_aps_shd.g_rec_type

476: -- ----------------------------------------------------------------------------
477: -- |---------------------------< delete_validate >----------------------------|
478: -- ----------------------------------------------------------------------------
479: Procedure delete_validate
480: (p_rec in hxc_aps_shd.g_rec_type
481: ) is
482: --
483: l_proc varchar2(72);
484: --