DBA Data[Home] [Help]

APPS.HR_TMT_BUS dependencies on HR_TMT_SHD

Line 92: (p_rec in hr_tmt_shd.g_rec_type

88: --
89: -- {End Of Comments}
90: -- ----------------------------------------------------------------------------
91: Procedure chk_non_updateable_args
92: (p_rec in hr_tmt_shd.g_rec_type
93: ) IS
94: --
95: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
96: l_error EXCEPTION;

Line 104: IF NOT hr_tmt_shd.api_updating

100: --
101: -- Only proceed with the validation if a row exists for the current
102: -- record in the HR Schema.
103: --
104: IF NOT hr_tmt_shd.api_updating
105: (p_form_template_id => p_rec.form_template_id
106: ,p_language => p_rec.language
107: ) THEN
108: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 146: l_api_updating := hr_tmt_shd.api_updating

142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 10);
145: --
146: l_api_updating := hr_tmt_shd.api_updating
147: (p_form_template_id => p_form_template_id
148: ,p_language => p_language
149: );
150: hr_utility.set_location(l_proc,20);

Line 155: and nvl(hr_tmt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>

151: --
152: -- Only proceed with SQL validation if absolutely necessary
153: --
154: if ( ( l_api_updating
155: and nvl(hr_tmt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>
156: nvl(p_source_lang,hr_api.g_varchar2))
157: or (NOT l_api_updating)) then
158: --
159: hr_utility.set_location(l_proc,30);

Line 250: (p_rec in hr_tmt_shd.g_rec_type

246: -- ----------------------------------------------------------------------------
247: -- |------------------------------< chk_delete >------------------------------|
248: -- ----------------------------------------------------------------------------
249: Procedure chk_delete
250: (p_rec in hr_tmt_shd.g_rec_type
251: ) is
252: --
253: l_proc varchar2(72) := g_package||'chk_delete';
254: --

Line 269: (p_rec in hr_tmt_shd.g_rec_type

265: -- ----------------------------------------------------------------------------
266: -- |---------------------------< insert_validate >----------------------------|
267: -- ----------------------------------------------------------------------------
268: Procedure insert_validate
269: (p_rec in hr_tmt_shd.g_rec_type
270: ) is
271: --
272: l_proc varchar2(72) := g_package||'insert_validate';
273: --

Line 305: (p_rec in hr_tmt_shd.g_rec_type

301: -- ----------------------------------------------------------------------------
302: -- |---------------------------< update_validate >----------------------------|
303: -- ----------------------------------------------------------------------------
304: Procedure update_validate
305: (p_rec in hr_tmt_shd.g_rec_type
306: ) is
307: --
308: l_proc varchar2(72) := g_package||'update_validate';
309: --

Line 345: (p_rec in hr_tmt_shd.g_rec_type

341: -- ----------------------------------------------------------------------------
342: -- |---------------------------< delete_validate >----------------------------|
343: -- ----------------------------------------------------------------------------
344: Procedure delete_validate
345: (p_rec in hr_tmt_shd.g_rec_type
346: ) is
347: --
348: l_proc varchar2(72) := g_package||'delete_validate';
349: --