DBA Data[Home] [Help]

APPS.HXC_RTR_BUS dependencies on HXC_RTR_SHD

Line 209: ,p_rec in hxc_rtr_shd.g_rec_type

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

Line 221: IF NOT hxc_rtr_shd.api_updating

217: --
218: -- Only proceed with the validation if a row exists for the current
219: -- record in the HR Schema.
220: --
221: IF NOT hxc_rtr_shd.api_updating
222: (p_retrieval_rule_id => p_rec.retrieval_rule_id
223: ,p_object_version_number => p_rec.object_version_number
224: ) THEN
225: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 334: ,p_rec in hxc_rtr_shd.g_rec_type

330: -- |---------------------------< insert_validate >----------------------------|
331: -- ----------------------------------------------------------------------------
332: Procedure insert_validate
333: (p_effective_date in date
334: ,p_rec in hxc_rtr_shd.g_rec_type
335: ) is
336: --
337: l_proc varchar2(72);
338: --

Line 378: ,p_rec in hxc_rtr_shd.g_rec_type

374: -- |---------------------------< update_validate >----------------------------|
375: -- ----------------------------------------------------------------------------
376: Procedure update_validate
377: (p_effective_date in date
378: ,p_rec in hxc_rtr_shd.g_rec_type
379: ) is
380: --
381: l_proc varchar2(72);
382: --

Line 424: (p_rec in hxc_rtr_shd.g_rec_type

420: -- ----------------------------------------------------------------------------
421: -- |---------------------------< delete_validate >----------------------------|
422: -- ----------------------------------------------------------------------------
423: Procedure delete_validate
424: (p_rec in hxc_rtr_shd.g_rec_type
425: ) is
426: --
427: l_proc varchar2(72);
428: --