DBA Data[Home] [Help]

APPS.HXC_HTR_BUS dependencies on HXC_HTR_SHD

Line 319: ,p_rec in hxc_htr_shd.g_rec_type

315: -- {End Of Comments}
316: -- ----------------------------------------------------------------------------
317: Procedure chk_non_updateable_args
318: (p_effective_date in date
319: ,p_rec in hxc_htr_shd.g_rec_type
320: ) IS
321: --
322: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
323: l_error EXCEPTION;

Line 331: IF NOT hxc_htr_shd.api_updating

327: --
328: -- Only proceed with the validation if a row exists for the current
329: -- record in the HR Schema.
330: --
331: IF NOT hxc_htr_shd.api_updating
332: (p_time_recipient_id => p_rec.time_recipient_id
333: ,p_object_version_number => p_rec.object_version_number
334: ) THEN
335: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 355: ,p_rec in hxc_htr_shd.g_rec_type

351: -- |---------------------------< insert_validate >----------------------------|
352: -- ----------------------------------------------------------------------------
353: Procedure insert_validate
354: (p_effective_date in date
355: ,p_rec in hxc_htr_shd.g_rec_type
356: ) is
357: --
358: l_proc varchar2(72);
359: --

Line 388: ,p_rec in hxc_htr_shd.g_rec_type

384: -- |---------------------------< update_validate >----------------------------|
385: -- ----------------------------------------------------------------------------
386: Procedure update_validate
387: (p_effective_date in date
388: ,p_rec in hxc_htr_shd.g_rec_type
389: ) is
390: --
391: l_proc varchar2(72);
392: --

Line 425: (p_rec in hxc_htr_shd.g_rec_type

421: -- ----------------------------------------------------------------------------
422: -- |---------------------------< delete_validate >----------------------------|
423: -- ----------------------------------------------------------------------------
424: Procedure delete_validate
425: (p_rec in hxc_htr_shd.g_rec_type
426: ) is
427: --
428: l_proc varchar2(72);
429: --