DBA Data[Home] [Help]

APPS.HXC_RTC_BUS dependencies on HXC_RTC_SHD

Line 209: ,p_rec in hxc_rtc_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_rtc_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_rtc_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_rtc_shd.api_updating
222: (p_retrieval_rule_comp_id => p_rec.retrieval_rule_comp_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 324: ,p_rec in hxc_rtc_shd.g_rec_type

320: -- |---------------------------< insert_validate >----------------------------|
321: -- ----------------------------------------------------------------------------
322: Procedure insert_validate
323: (p_effective_date in date
324: ,p_rec in hxc_rtc_shd.g_rec_type
325: ) is
326: --
327: l_proc varchar2(72);
328: --

Line 367: ,p_rec in hxc_rtc_shd.g_rec_type

363: -- |---------------------------< update_validate >----------------------------|
364: -- ----------------------------------------------------------------------------
365: Procedure update_validate
366: (p_effective_date in date
367: ,p_rec in hxc_rtc_shd.g_rec_type
368: ) is
369: --
370: l_proc varchar2(72);
371: --

Line 414: (p_rec in hxc_rtc_shd.g_rec_type

410: -- ----------------------------------------------------------------------------
411: -- |---------------------------< delete_validate >----------------------------|
412: -- ----------------------------------------------------------------------------
413: Procedure delete_validate
414: (p_rec in hxc_rtc_shd.g_rec_type
415: ) is
416: --
417: l_proc varchar2(72);
418: --