DBA Data[Home] [Help]

APPS.PER_EVT_UPD dependencies on PER_EVT_UPD

Line 1: Package Body per_evt_upd as

1: Package Body per_evt_upd as
2: /* $Header: peevtrhi.pkb 120.2 2008/04/30 11:32:10 uuddavol ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 664: per_evt_upd.pre_update(p_rec);

660: );
661: --
662: -- Call the supporting pre-update operation
663: --
664: per_evt_upd.pre_update(p_rec);
665: --
666: -- Update the row.
667: --
668: per_evt_upd.update_dml(p_rec);

Line 668: per_evt_upd.update_dml(p_rec);

664: per_evt_upd.pre_update(p_rec);
665: --
666: -- Update the row.
667: --
668: per_evt_upd.update_dml(p_rec);
669:
670: --
671: -- Call the supporting post-update operation
672: --

Line 673: per_evt_upd.post_update

669:
670: --
671: -- Call the supporting post-update operation
672: --
673: per_evt_upd.post_update
674: (p_rec
675: );
676: End upd;
677: --

Line 787: per_evt_upd.upd

783: -- Having converted the arguments into the
784: -- plsql record structure we call the corresponding record
785: -- business process.
786: --
787: per_evt_upd.upd
788: (l_rec
789: );
790: p_object_version_number := l_rec.object_version_number;
791:

Line 796: end per_evt_upd;

792: --
793: hr_utility.set_location(' Leaving:'||l_proc, 20);
794: End upd;
795: --
796: end per_evt_upd;