DBA Data[Home] [Help]

APPS.HXC_ULD_BUS dependencies on HXC_ULD_SHD

Line 76: (p_rec in hxc_uld_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure chk_non_updateable_args
76: (p_rec in hxc_uld_shd.g_rec_type
77: ) IS
78: --
79: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
80: l_error EXCEPTION;

Line 88: IF NOT hxc_uld_shd.api_updating

84: --
85: -- Only proceed with the validation if a row exists for the current
86: -- record in the hxc Schema.
87: --
88: IF NOT hxc_uld_shd.api_updating
89: (p_layout_comp_definition_id => p_rec.layout_comp_definition_id
90: ,p_object_version_number => p_rec.object_version_number
91: ) THEN
92: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 114: (p_rec in hxc_uld_shd.g_rec_type

110: -- ----------------------------------------------------------------------------
111: -- |---------------------------< insert_validate >----------------------------|
112: -- ----------------------------------------------------------------------------
113: Procedure insert_validate
114: (p_rec in hxc_uld_shd.g_rec_type
115: ) is
116: --
117: l_proc varchar2(72) ;
118: --

Line 153: (p_rec in hxc_uld_shd.g_rec_type

149: -- ----------------------------------------------------------------------------
150: -- |---------------------------< update_validate >----------------------------|
151: -- ----------------------------------------------------------------------------
152: Procedure update_validate
153: (p_rec in hxc_uld_shd.g_rec_type
154: ) is
155: --
156: l_proc varchar2(72) ;
157: --

Line 197: (p_rec in hxc_uld_shd.g_rec_type

193: -- ----------------------------------------------------------------------------
194: -- |---------------------------< delete_validate >----------------------------|
195: -- ----------------------------------------------------------------------------
196: Procedure delete_validate
197: (p_rec in hxc_uld_shd.g_rec_type
198: ) is
199: --
200: l_proc varchar2(72) ;
201: --