DBA Data[Home] [Help]

APPS.HXC_TKGQC_BUS dependencies on HXC_TKGQC_SHD

Line 43: (p_rec in hxc_tkgqc_shd.g_rec_type

39: -- have been altered.
40: --
41: -- ----------------------------------------------------------------------------
42: Procedure chk_non_updateable_args
43: (p_rec in hxc_tkgqc_shd.g_rec_type
44: ) IS
45: --
46: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
47: --

Line 54: IF NOT hxc_tkgqc_shd.api_updating

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

Line 70: (p_rec in hxc_tkgqc_shd.g_rec_type

66: -- ----------------------------------------------------------------------------
67: -- |---------------------------< insert_validate >----------------------------|
68: -- ----------------------------------------------------------------------------
69: Procedure insert_validate
70: (p_rec in hxc_tkgqc_shd.g_rec_type
71: ) is
72: --
73: l_proc varchar2(72) ;
74: --

Line 97: (p_rec in hxc_tkgqc_shd.g_rec_type

93: -- ----------------------------------------------------------------------------
94: -- |---------------------------< update_validate >----------------------------|
95: -- ----------------------------------------------------------------------------
96: Procedure update_validate
97: (p_rec in hxc_tkgqc_shd.g_rec_type
98: ) is
99: --
100: l_proc varchar2(72) ;
101: --

Line 127: (p_rec in hxc_tkgqc_shd.g_rec_type

123: -- ----------------------------------------------------------------------------
124: -- |---------------------------< delete_validate >----------------------------|
125: -- ----------------------------------------------------------------------------
126: Procedure delete_validate
127: (p_rec in hxc_tkgqc_shd.g_rec_type
128: ) is
129: --
130: l_proc varchar2(72) ;
131: --