DBA Data[Home] [Help]

APPS.HXC_DRU_BUS dependencies on HXC_DRU_SHD

Line 205: ,p_rec in hxc_dru_shd.g_rec_type

201: -- {End Of Comments}
202: -- ----------------------------------------------------------------------------
203: Procedure chk_non_updateable_args
204: (p_effective_date in date
205: ,p_rec in hxc_dru_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_dru_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_dru_shd.api_updating
218: (p_data_app_rule_usage_id => p_rec.data_app_rule_usage_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 322: ,p_rec in hxc_dru_shd.g_rec_type

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

Line 367: ,p_rec in hxc_dru_shd.g_rec_type

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

Line 416: (p_rec in hxc_dru_shd.g_rec_type

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