DBA Data[Home] [Help]

APPS.HXC_ERR_BUS dependencies on HXC_ERR_SHD

Line 207: (p_rec in hxc_err_shd.g_rec_type

203: --
204: -- {End Of Comments}
205: -- ----------------------------------------------------------------------------
206: Procedure chk_non_updateable_args
207: (p_rec in hxc_err_shd.g_rec_type
208: ) IS
209: --
210: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
211: --

Line 217: IF NOT hxc_err_shd.api_updating

213: --
214: -- Only proceed with the validation if a row exists for the current
215: -- record in the HR Schema.
216: --
217: IF NOT hxc_err_shd.api_updating
218: (p_error_id => p_rec.error_id
219: ,p_object_version_number => p_rec.object_version_number
220: ) THEN
221: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 234: (p_rec in hxc_err_shd.g_rec_type

230: -- ----------------------------------------------------------------------------
231: -- |---------------------------< insert_validate >----------------------------|
232: -- ----------------------------------------------------------------------------
233: Procedure insert_validate
234: (p_rec in hxc_err_shd.g_rec_type
235: ) is
236: --
237: l_proc varchar2(72);
238: --

Line 257: (p_rec in hxc_err_shd.g_rec_type

253: -- ----------------------------------------------------------------------------
254: -- |---------------------------< update_validate >----------------------------|
255: -- ----------------------------------------------------------------------------
256: Procedure update_validate
257: (p_rec in hxc_err_shd.g_rec_type
258: ) is
259: --
260: l_proc varchar2(72);
261: --

Line 284: (p_rec in hxc_err_shd.g_rec_type

280: -- ----------------------------------------------------------------------------
281: -- |---------------------------< delete_validate >----------------------------|
282: -- ----------------------------------------------------------------------------
283: Procedure delete_validate
284: (p_rec in hxc_err_shd.g_rec_type
285: ) is
286: --
287: l_proc varchar2(72) ;
288: --