DBA Data[Home] [Help]

APPS.HXC_HRT_BUS dependencies on HXC_HRT_SHD

Line 206: ,p_rec in hxc_hrt_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_hrt_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_hrt_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_hrt_shd.api_updating
219: (p_retrieval_process_id => p_rec.retrieval_process_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 330: ,p_rec in hxc_hrt_shd.g_rec_type

326: -- |---------------------------< insert_validate >----------------------------|
327: -- ----------------------------------------------------------------------------
328: Procedure insert_validate
329: (p_effective_date in date
330: ,p_rec in hxc_hrt_shd.g_rec_type
331: ) is
332: --
333: l_proc varchar2(72);
334: --

Line 373: ,p_rec in hxc_hrt_shd.g_rec_type

369: -- |---------------------------< update_validate >----------------------------|
370: -- ----------------------------------------------------------------------------
371: Procedure update_validate
372: (p_effective_date in date
373: ,p_rec in hxc_hrt_shd.g_rec_type
374: ) is
375: --
376: l_proc varchar2(72);
377: --

Line 420: (p_rec in hxc_hrt_shd.g_rec_type

416: -- ----------------------------------------------------------------------------
417: -- |---------------------------< delete_validate >----------------------------|
418: -- ----------------------------------------------------------------------------
419: Procedure delete_validate
420: (p_rec in hxc_hrt_shd.g_rec_type
421: ) is
422: --
423: l_proc varchar2(72);
424: --