DBA Data[Home] [Help]

APPS.HXC_MCU_BUS dependencies on HXC_MCU_SHD

Line 43: (p_rec in hxc_mcu_shd.g_rec_type

39: --
40: -- {End Of Comments}
41: -- ----------------------------------------------------------------------------
42: Procedure chk_non_updateable_args
43: (p_rec in hxc_mcu_shd.g_rec_type
44: ) IS
45: --
46: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
47: l_error EXCEPTION;

Line 55: IF NOT hxc_mcu_shd.api_updating

51: --
52: -- Only proceed with the validation if a row exists for the current
53: -- record in the HR Schema.
54: --
55: IF NOT hxc_mcu_shd.api_updating
56: (p_mapping_comp_usage_id => p_rec.mapping_comp_usage_id
57: ,p_object_version_number => p_rec.object_version_number
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 405: (p_rec in hxc_mcu_shd.g_rec_type

401: -- ----------------------------------------------------------------------------
402: -- |---------------------------< insert_validate >----------------------------|
403: -- ----------------------------------------------------------------------------
404: Procedure insert_validate
405: (p_rec in hxc_mcu_shd.g_rec_type
406: ) is
407: --
408: l_proc varchar2(72);
409: --

Line 443: (p_rec in hxc_mcu_shd.g_rec_type

439: -- ----------------------------------------------------------------------------
440: -- |---------------------------< update_validate >----------------------------|
441: -- ----------------------------------------------------------------------------
442: Procedure update_validate
443: (p_rec in hxc_mcu_shd.g_rec_type
444: ) is
445: --
446: l_proc varchar2(72);
447: --

Line 480: (p_rec in hxc_mcu_shd.g_rec_type

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