DBA Data[Home] [Help]

APPS.HR_FWT_BUS dependencies on HR_FWT_SHD

Line 94: (p_rec in hr_fwt_shd.g_rec_type

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

Line 106: IF NOT hr_fwt_shd.api_updating

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

Line 148: l_api_updating := hr_fwt_shd.api_updating

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 10);
147: --
148: l_api_updating := hr_fwt_shd.api_updating
149: (p_form_window_id => p_form_window_id
150: ,p_language => p_language
151: );
152: hr_utility.set_location(l_proc,20);

Line 157: and nvl(hr_fwt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>

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

Line 250: (p_rec in hr_fwt_shd.g_rec_type

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

Line 269: (p_rec in hr_fwt_shd.g_rec_type

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

Line 305: (p_rec in hr_fwt_shd.g_rec_type

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

Line 345: (p_rec in hr_fwt_shd.g_rec_type

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