DBA Data[Home] [Help]

APPS.HXC_MPC_BUS dependencies on HXC_MPC_SHD

Line 40: (p_rec in hxc_mpc_shd.g_rec_type

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

Line 52: IF NOT hxc_mpc_shd.api_updating

48: --
49: -- Only proceed with the validation if a row exists for the current
50: -- record in the HR Schema.
51: --
52: IF NOT hxc_mpc_shd.api_updating
53: (p_mapping_component_id => p_rec.mapping_component_id
54: ,p_object_version_number => p_rec.object_version_number
55: ) THEN
56: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 570: (p_rec in hxc_mpc_shd.g_rec_type

566: -- ----------------------------------------------------------------------------
567: -- |---------------------------< insert_validate >----------------------------|
568: -- ----------------------------------------------------------------------------
569: Procedure insert_validate
570: (p_rec in hxc_mpc_shd.g_rec_type
571: ) is
572: --
573: l_proc varchar2(72);
574: --

Line 628: (p_rec in hxc_mpc_shd.g_rec_type

624: -- ----------------------------------------------------------------------------
625: -- |---------------------------< update_validate >----------------------------|
626: -- ----------------------------------------------------------------------------
627: Procedure update_validate
628: (p_rec in hxc_mpc_shd.g_rec_type
629: ) is
630: --
631: l_proc varchar2(72);
632: --

Line 695: (p_rec in hxc_mpc_shd.g_rec_type

691: -- ----------------------------------------------------------------------------
692: -- |---------------------------< delete_validate >----------------------------|
693: -- ----------------------------------------------------------------------------
694: Procedure delete_validate
695: (p_rec in hxc_mpc_shd.g_rec_type
696: ) is
697: --
698: l_proc varchar2(72);
699: --