DBA Data[Home] [Help]

APPS.HR_TPT_BUS dependencies on HR_TPT_SHD

Line 92: (p_rec in hr_tpt_shd.g_rec_type

88: --
89: -- {End Of Comments}
90: -- ----------------------------------------------------------------------------
91: Procedure chk_non_updateable_args
92: (p_rec in hr_tpt_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_tpt_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_tpt_shd.api_updating
105: (p_tab_page_property_id => p_rec.tab_page_property_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_tpt_shd.api_updating

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

Line 155: and nvl(hr_tpt_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_tpt_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 224: (p_rec in hr_tpt_shd.g_rec_type

220: -- ----------------------------------------------------------------------------
221: -- |------------------------------< chk_delete >------------------------------|
222: -- ----------------------------------------------------------------------------
223: Procedure chk_delete
224: (p_rec in hr_tpt_shd.g_rec_type
225: ) is
226: --
227: l_proc varchar2(72) := g_package||'chk_delete';
228: --

Line 243: (p_rec in hr_tpt_shd.g_rec_type

239: -- ----------------------------------------------------------------------------
240: -- |---------------------------< insert_validate >----------------------------|
241: -- ----------------------------------------------------------------------------
242: Procedure insert_validate
243: (p_rec in hr_tpt_shd.g_rec_type
244: ) is
245: --
246: l_proc varchar2(72) := g_package||'insert_validate';
247: --

Line 273: (p_rec in hr_tpt_shd.g_rec_type

269: -- ----------------------------------------------------------------------------
270: -- |---------------------------< update_validate >----------------------------|
271: -- ----------------------------------------------------------------------------
272: Procedure update_validate
273: (p_rec in hr_tpt_shd.g_rec_type
274: ) is
275: --
276: l_proc varchar2(72) := g_package||'update_validate';
277: --

Line 307: (p_rec in hr_tpt_shd.g_rec_type

303: -- ----------------------------------------------------------------------------
304: -- |---------------------------< delete_validate >----------------------------|
305: -- ----------------------------------------------------------------------------
306: Procedure delete_validate
307: (p_rec in hr_tpt_shd.g_rec_type
308: ) is
309: --
310: l_proc varchar2(72) := g_package||'delete_validate';
311: --