DBA Data[Home] [Help]

APPS.HR_OTT_UPD dependencies on HR_OTT_UPD

Line 1: PACKAGE BODY HR_OTT_UPD as

1: PACKAGE BODY HR_OTT_UPD as
2: /* $Header: hrottrhi.pkb 115.1 2004/04/05 07:21 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 321: hr_ott_upd.pre_update(p_rec);

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

Line 325: hr_ott_upd.update_dml(p_rec);

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

Line 329: hr_ott_upd.post_update

325: hr_ott_upd.update_dml(p_rec);
326: --
327: -- Call the supporting post-update operation
328: --
329: hr_ott_upd.post_update
330: (p_rec
331: );
332: --
333: -- Call to raise any errors on multi-message list

Line 368: hr_ott_upd.upd

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

Line 406: hr_ott_upd.upd

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

Line 417: end hr_ott_upd;

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