DBA Data[Home] [Help]

APPS.HR_HTL_UPD dependencies on HR_HTL_UPD

Line 1: Package Body hr_htl_upd as

1: Package Body hr_htl_upd as
2: /* $Header: hrhtlrhi.pkb 115.1 2004/04/05 07:20 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 325: hr_htl_upd.pre_update(p_rec);

321: hr_multi_message.end_validation_set;
322: --
323: -- Call the supporting pre-update operation
324: --
325: hr_htl_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: hr_htl_upd.update_dml(p_rec);

Line 329: hr_htl_upd.update_dml(p_rec);

325: hr_htl_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: hr_htl_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: hr_htl_upd.post_update

Line 333: hr_htl_upd.post_update

329: hr_htl_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: hr_htl_upd.post_update
334: (p_rec
335: );
336: --
337: -- Call to raise any errors on multi-message list

Line 374: hr_htl_upd.upd

370: -- Having converted the arguments into the
371: -- plsql record structure we call the corresponding record
372: -- business process.
373: --
374: hr_htl_upd.upd
375: (l_rec
376: );
377: --
378: --

Line 412: hr_htl_upd.upd

408: -- Update the translated values for every matching row
409: -- setting SOURCE_LANG to the specified language.
410: --
411: for l_lang in csr_upd_langs loop
412: hr_htl_upd.upd
413: (p_hierarchy_id => p_hierarchy_id
414: ,p_language => l_lang.language
415: ,p_source_lang => p_language_code
416: ,p_name => p_name

Line 424: end hr_htl_upd;

420: --
421: hr_utility.set_location(' Leaving:'||l_proc,20);
422: End upd_tl;
423: --
424: end hr_htl_upd;