DBA Data[Home] [Help]

APPS.HXC_HEG_BUS dependencies on HXC_HEG_SHD

Line 43: (p_rec in hxc_heg_shd.g_rec_type

39: -- have been altered.
40: --
41: -- ----------------------------------------------------------------------------
42: Procedure chk_non_updateable_args
43: (p_rec in hxc_heg_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_heg_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_heg_shd.api_updating
56: (p_entity_group_id => p_rec.entity_group_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 78: (p_rec in hxc_heg_shd.g_rec_type

74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< insert_validate >----------------------------|
76: -- ----------------------------------------------------------------------------
77: Procedure insert_validate
78: (p_rec in hxc_heg_shd.g_rec_type
79: ) is
80: --
81: l_proc varchar2(72);
82: --

Line 103: (p_rec in hxc_heg_shd.g_rec_type

99: -- ----------------------------------------------------------------------------
100: -- |---------------------------< update_validate >----------------------------|
101: -- ----------------------------------------------------------------------------
102: Procedure update_validate
103: (p_rec in hxc_heg_shd.g_rec_type
104: ) is
105: --
106: l_proc varchar2(72);
107: --

Line 133: (p_rec in hxc_heg_shd.g_rec_type

129: -- ----------------------------------------------------------------------------
130: -- |---------------------------< delete_validate >----------------------------|
131: -- ----------------------------------------------------------------------------
132: Procedure delete_validate
133: (p_rec in hxc_heg_shd.g_rec_type
134: ) is
135: --
136: l_proc varchar2(72);
137: --