DBA Data[Home] [Help]

APPS.HXC_TCC_BUS dependencies on HXC_TCC_SHD

Line 40: (p_rec in hxc_tcc_shd.g_rec_type

36: --
37: -- {End Of Comments}
38: -- ----------------------------------------------------------------------------
39: Procedure chk_non_updateable_args
40: (p_rec in hxc_tcc_shd.g_rec_type
41: ) IS
42: --
43: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
44: l_error EXCEPTION;

Line 52: IF NOT hxc_tcc_shd.api_updating

48: --
49: -- Only proceed with the validation if a row exists for the current
50: -- record in the HR Schema.
51: --
52: IF NOT hxc_tcc_shd.api_updating
53: (p_time_category_comp_id => p_rec.time_category_comp_id
54: ,p_object_version_number => p_rec.object_version_number
55: ) THEN
56: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 596: (p_rec in hxc_tcc_shd.g_rec_type

592: -- ----------------------------------------------------------------------------
593: -- |---------------------------< insert_validate >----------------------------|
594: -- ----------------------------------------------------------------------------
595: Procedure insert_validate
596: (p_rec in hxc_tcc_shd.g_rec_type
597: ) is
598: --
599: l_proc varchar2(72);
600: --

Line 679: (p_rec in hxc_tcc_shd.g_rec_type

675: -- ----------------------------------------------------------------------------
676: -- |---------------------------< update_validate >----------------------------|
677: -- ----------------------------------------------------------------------------
678: Procedure update_validate
679: (p_rec in hxc_tcc_shd.g_rec_type
680: ) is
681: --
682: l_proc varchar2(72);
683: --

Line 754: (p_rec in hxc_tcc_shd.g_rec_type

750: -- ----------------------------------------------------------------------------
751: -- |---------------------------< delete_validate >----------------------------|
752: -- ----------------------------------------------------------------------------
753: Procedure delete_validate
754: (p_rec in hxc_tcc_shd.g_rec_type
755: ) is
756: --
757: l_proc varchar2(72);
758: --