DBA Data[Home] [Help]

APPS.HR_TIS_UPD dependencies on HR_TIS_UPD

Line 1: Package Body hr_tis_upd as

1: Package Body hr_tis_upd as
2: /* $Header: hrtisrhi.pkb 120.3 2008/02/25 13:24:06 avarri ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 432: hr_tis_upd.pre_update(p_rec);

428: hr_multi_message.end_validation_set;
429: --
430: -- Call the supporting pre-update operation
431: --
432: hr_tis_upd.pre_update(p_rec);
433: --
434: -- Update the row.
435: --
436: hr_tis_upd.update_dml(p_rec);

Line 436: hr_tis_upd.update_dml(p_rec);

432: hr_tis_upd.pre_update(p_rec);
433: --
434: -- Update the row.
435: --
436: hr_tis_upd.update_dml(p_rec);
437: --
438: -- Call the supporting post-update operation
439: --
440: hr_tis_upd.post_update

Line 440: hr_tis_upd.post_update

436: hr_tis_upd.update_dml(p_rec);
437: --
438: -- Call the supporting post-update operation
439: --
440: hr_tis_upd.post_update
441: (p_rec
442: );
443: --
444: -- Call to raise any errors on multi-message list

Line 519: hr_tis_upd.upd

515: -- Having converted the arguments into the
516: -- plsql record structure we call the corresponding record
517: -- business process.
518: --
519: hr_tis_upd.upd
520: (l_rec
521: );
522: p_object_version_number := l_rec.object_version_number;
523: --

Line 527: end hr_tis_upd;

523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 10);
525: End upd;
526: --
527: end hr_tis_upd;