DBA Data[Home] [Help]

APPS.HR_DTY_UPD dependencies on HR_DTY_UPD

Line 1: Package Body hr_dty_upd as

1: Package Body hr_dty_upd as
2: /* $Header: hrdtyrhi.pkb 120.0.12010000.2 2008/08/06 08:36:25 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 403: hr_dty_upd.pre_update(p_rec);

399: hr_multi_message.end_validation_set;
400: --
401: -- Call the supporting pre-update operation
402: --
403: hr_dty_upd.pre_update(p_rec);
404: --
405: -- Update the row.
406: --
407: hr_dty_upd.update_dml(p_rec);

Line 407: hr_dty_upd.update_dml(p_rec);

403: hr_dty_upd.pre_update(p_rec);
404: --
405: -- Update the row.
406: --
407: hr_dty_upd.update_dml(p_rec);
408: --
409: -- Call the supporting post-update operation
410: --
411: hr_dty_upd.post_update

Line 411: hr_dty_upd.post_update

407: hr_dty_upd.update_dml(p_rec);
408: --
409: -- Call the supporting post-update operation
410: --
411: hr_dty_upd.post_update
412: (p_effective_date
413: ,p_rec
414: );
415: --

Line 473: hr_dty_upd.upd

469: -- plsql record structure we call the corresponding record
470: -- business process.
471: --
472:
473: hr_dty_upd.upd
474: (p_effective_date
475: ,l_rec
476: );
477: p_object_version_number := l_rec.object_version_number;

Line 482: end hr_dty_upd;

478: --
479: hr_utility.set_location(' Leaving:'||l_proc, 10);
480: End upd;
481: --
482: end hr_dty_upd;