DBA Data[Home] [Help]

APPS.HXC_HAT_BUS dependencies on HXC_HAT_SHD

Line 196: (p_rec in hxc_hat_shd.g_rec_type

192: --
193: -- {End Of Comments}
194: -- ----------------------------------------------------------------------------
195: Procedure chk_non_updateable_args
196: (p_rec in hxc_hat_shd.g_rec_type
197: ) IS
198: --
199: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
200: --

Line 206: IF NOT hxc_hat_shd.api_updating

202: --
203: -- Only proceed with the validation if a row exists for the current
204: -- record in the HR Schema.
205: --
206: IF NOT hxc_hat_shd.api_updating
207: (p_alias_type_id => p_rec.alias_type_id
208: ,p_object_version_number => p_rec.object_version_number
209: ) THEN
210: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 313: (p_rec in hxc_hat_shd.g_rec_type

309: -- ----------------------------------------------------------------------------
310: -- |---------------------------< insert_validate >----------------------------|
311: -- ----------------------------------------------------------------------------
312: Procedure insert_validate
313: (p_rec in hxc_hat_shd.g_rec_type
314: ) is
315: --
316: l_proc varchar2(72);
317: --

Line 343: (p_rec in hxc_hat_shd.g_rec_type

339: -- ----------------------------------------------------------------------------
340: -- |---------------------------< update_validate >----------------------------|
341: -- ----------------------------------------------------------------------------
342: Procedure update_validate
343: (p_rec in hxc_hat_shd.g_rec_type
344: ) is
345: --
346: l_proc varchar2(72);
347: --

Line 377: (p_rec in hxc_hat_shd.g_rec_type

373: -- ----------------------------------------------------------------------------
374: -- |---------------------------< delete_validate >----------------------------|
375: -- ----------------------------------------------------------------------------
376: Procedure delete_validate
377: (p_rec in hxc_hat_shd.g_rec_type
378: ) is
379: --
380: l_proc varchar2(72);
381: --