DBA Data[Home] [Help]

APPS.PER_ENT_UPD dependencies on PER_ENT_UPD

Line 1: Package Body per_ent_upd as

1: Package Body per_ent_upd as
2: /* $Header: peentrhi.pkb 120.2 2005/06/16 08:27:40 vegopala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 441: per_ent_upd.pre_update(p_rec);

437: hr_multi_message.end_validation_set;
438: --
439: -- Call the supporting pre-update operation
440: --
441: per_ent_upd.pre_update(p_rec);
442: --
443: -- Update the row.
444: --
445: per_ent_upd.update_dml(p_rec);

Line 445: per_ent_upd.update_dml(p_rec);

441: per_ent_upd.pre_update(p_rec);
442: --
443: -- Update the row.
444: --
445: per_ent_upd.update_dml(p_rec);
446: --
447: -- Call the supporting post-update operation
448: --
449: per_ent_upd.post_update

Line 449: per_ent_upd.post_update

445: per_ent_upd.update_dml(p_rec);
446: --
447: -- Call the supporting post-update operation
448: --
449: per_ent_upd.post_update
450: (p_effective_date
451: ,p_rec
452: );
453: --

Line 516: per_ent_upd.upd

512: -- Having converted the arguments into the
513: -- plsql record structure we call the corresponding record
514: -- business process.
515: --
516: per_ent_upd.upd
517: (p_effective_date
518: ,l_rec
519: );
520: p_object_version_number := l_rec.object_version_number;

Line 525: end per_ent_upd;

521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End upd;
524: --
525: end per_ent_upd;