DBA Data[Home] [Help]

APPS.HR_FGT_BUS dependencies on HR_FGT_SHD

Line 92: (p_rec in hr_fgt_shd.g_rec_type

88: --
89: -- {End Of Comments}
90: -- ----------------------------------------------------------------------------
91: Procedure chk_non_updateable_args
92: (p_rec in hr_fgt_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_fgt_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_fgt_shd.api_updating
105: (p_form_data_group_id => p_rec.form_data_group_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_fgt_shd.api_updating

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

Line 155: and nvl(hr_fgt_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_fgt_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 248: (p_rec in hr_fgt_shd.g_rec_type

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

Line 267: (p_rec in hr_fgt_shd.g_rec_type

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

Line 303: (p_rec in hr_fgt_shd.g_rec_type

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

Line 343: (p_rec in hr_fgt_shd.g_rec_type

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