DBA Data[Home] [Help]

APPS.HXC_ULA_BUS dependencies on HXC_ULA_SHD

Line 75: (p_rec in hxc_ula_shd.g_rec_type

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

Line 87: IF NOT hxc_ula_shd.api_updating

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

Line 113: (p_rec in hxc_ula_shd.g_rec_type

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

Line 150: (p_rec in hxc_ula_shd.g_rec_type

146: -- ----------------------------------------------------------------------------
147: -- |---------------------------< update_validate >----------------------------|
148: -- ----------------------------------------------------------------------------
149: Procedure update_validate
150: (p_rec in hxc_ula_shd.g_rec_type
151: ) is
152: --
153: l_proc varchar2(72) ;
154: --

Line 192: (p_rec in hxc_ula_shd.g_rec_type

188: -- ----------------------------------------------------------------------------
189: -- |---------------------------< delete_validate >----------------------------|
190: -- ----------------------------------------------------------------------------
191: Procedure delete_validate
192: (p_rec in hxc_ula_shd.g_rec_type
193: ) is
194: --
195: l_proc varchar2(72) ;
196: --