DBA Data[Home] [Help]

APPS.HXC_TKS_BUS dependencies on HXC_TKS_SHD

Line 40: (p_rec in hxc_tks_shd.g_rec_type

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

Line 50: IF NOT hxc_tks_shd.api_updating

46: --
47: -- Only proceed with the validation if a row exists for the current
48: -- record in the HR Schema.
49: --
50: IF NOT hxc_tks_shd.api_updating
51: (p_submission_id => p_rec.submission_id
52: ) THEN
53: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
54: fnd_message.set_token('PROCEDURE ', l_proc);

Line 68: (p_rec in hxc_tks_shd.g_rec_type

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

Line 102: (p_rec in hxc_tks_shd.g_rec_type

98: -- ----------------------------------------------------------------------------
99: -- |---------------------------< update_validate >----------------------------|
100: -- ----------------------------------------------------------------------------
101: Procedure update_validate
102: (p_rec in hxc_tks_shd.g_rec_type
103: ) is
104: --
105: l_proc varchar2(72) ;
106: --

Line 140: (p_rec in hxc_tks_shd.g_rec_type

136: -- ----------------------------------------------------------------------------
137: -- |---------------------------< delete_validate >----------------------------|
138: -- ----------------------------------------------------------------------------
139: Procedure delete_validate
140: (p_rec in hxc_tks_shd.g_rec_type
141: ) is
142: --
143: l_proc varchar2(72) ;
144: --