DBA Data[Home] [Help]

APPS.HR_FWT_UPD dependencies on HR_FWT_UPD

Line 1: Package Body hr_fwt_upd as

1: Package Body hr_fwt_upd as
2: /* $Header: hrfwtrhi.pkb 115.3 2002/12/03 13:46:29 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hr_fwt_upd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_fwt_upd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< update_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 322: hr_fwt_upd.pre_update(p_rec);

318: );
319: --
320: -- Call the supporting pre-update operation
321: --
322: hr_fwt_upd.pre_update(p_rec);
323: --
324: -- Update the row.
325: --
326: hr_fwt_upd.update_dml(p_rec);

Line 326: hr_fwt_upd.update_dml(p_rec);

322: hr_fwt_upd.pre_update(p_rec);
323: --
324: -- Update the row.
325: --
326: hr_fwt_upd.update_dml(p_rec);
327: --
328: -- Call the supporting post-update operation
329: --
330: hr_fwt_upd.post_update

Line 330: hr_fwt_upd.post_update

326: hr_fwt_upd.update_dml(p_rec);
327: --
328: -- Call the supporting post-update operation
329: --
330: hr_fwt_upd.post_update
331: (p_rec
332: );
333: End upd;
334: --

Line 368: hr_fwt_upd.upd

364: -- Having converted the arguments into the
365: -- plsql record structure we call the corresponding record
366: -- business process.
367: --
368: hr_fwt_upd.upd
369: (l_rec
370: );
371: --
372: --

Line 405: hr_fwt_upd.upd

401: -- Update the translated values for every matching row
402: -- setting SOURCE_LANG to the specified language.
403: --
404: for l_lang in csr_upd_langs loop
405: hr_fwt_upd.upd
406: (p_form_window_id => p_form_window_id
407: ,p_language => l_lang.language
408: ,p_source_lang => p_language_code
409: ,p_user_window_name => p_user_window_name

Line 417: end hr_fwt_upd;

413: --
414: hr_utility.set_location(' Leaving:'||l_proc,20);
415: End upd_tl;
416: --
417: end hr_fwt_upd;