DBA Data[Home] [Help]

APPS.HR_DTT_UPD dependencies on HR_DTT_UPD

Line 1: Package Body hr_dtt_upd as

1: Package Body hr_dtt_upd as
2: /* $Header: hrdttrhi.pkb 120.0 2005/05/30 23:52:36 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 319: hr_dtt_upd.pre_update(p_rec);

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

Line 323: hr_dtt_upd.update_dml(p_rec);

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

Line 327: hr_dtt_upd.post_update

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

Line 368: hr_dtt_upd.upd

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

Line 406: hr_dtt_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_dtt_upd.upd
407: (p_document_type_id => p_document_type_id
408: ,p_language => l_lang.language
409: ,p_source_language => p_language_code
410: ,p_document_type => p_document_type

Line 418: end hr_dtt_upd;

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