DBA Data[Home] [Help]

APPS.HXC_TKGQ_BUS dependencies on HXC_TKGQ_SHD

Line 33: (p_rec in hxc_tkgq_shd.g_rec_type

29: --
30: -- {End Of Comments}
31: -- ----------------------------------------------------------------------------
32: Procedure chk_non_updateable_args
33: (p_rec in hxc_tkgq_shd.g_rec_type
34: ) IS
35: --
36: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
37: --

Line 44: IF NOT hxc_tkgq_shd.api_updating

40:
41: -- Only proceed with the validation if a row exists for the current
42: -- record in the HR Schema.
43: --
44: IF NOT hxc_tkgq_shd.api_updating
45: (p_tk_group_query_id => p_rec.tk_group_query_id
46: ,p_object_version_number => p_rec.object_version_number
47: ) THEN
48: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 90: (p_rec in hxc_tkgq_shd.g_rec_type

86: -- Internal Row Handler Use Only.
87: --
88: -- ----------------------------------------------------------------------------
89: Procedure insert_validate
90: (p_rec in hxc_tkgq_shd.g_rec_type
91: ) is
92: --
93: l_proc varchar2(72) ;
94: --

Line 153: (p_rec in hxc_tkgq_shd.g_rec_type

149: -- Internal Row Handler Use Only.
150: --
151: -- ----------------------------------------------------------------------------
152: Procedure update_validate
153: (p_rec in hxc_tkgq_shd.g_rec_type
154: ) is
155: --
156: l_proc varchar2(72) ;
157: --

Line 228: (p_rec in hxc_tkgq_shd.g_rec_type

224: -- Internal Row Handler Use Only.
225: --
226: -- ----------------------------------------------------------------------------
227: Procedure delete_validate
228: (p_rec in hxc_tkgq_shd.g_rec_type
229: ) is
230: --
231: l_proc varchar2(72) ;
232: --