DBA Data[Home] [Help]

APPS.PER_ORS_UPD dependencies on PER_ORS_UPD

Line 1: Package Body per_ors_upd as

1: Package Body per_ors_upd as
2: /* $Header: peorsrhi.pkb 115.8 2003/06/30 09:58:15 kjagadee noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 572: per_ors_upd.pre_update(p_rec);

568: );
569: --
570: -- Call the supporting pre-update operation
571: --
572: per_ors_upd.pre_update(p_rec);
573: --
574: -- Update the row.
575: --
576: per_ors_upd.update_dml(p_rec);

Line 576: per_ors_upd.update_dml(p_rec);

572: per_ors_upd.pre_update(p_rec);
573: --
574: -- Update the row.
575: --
576: per_ors_upd.update_dml(p_rec);
577: --
578: -- Call the supporting post-update operation
579: --
580: per_ors_upd.post_update

Line 580: per_ors_upd.post_update

576: per_ors_upd.update_dml(p_rec);
577: --
578: -- Call the supporting post-update operation
579: --
580: per_ors_upd.post_update
581: (p_effective_date
582: ,p_rec
583: );
584: End upd;

Line 674: per_ors_upd.upd

670: -- Having converted the arguments into the
671: -- plsql record structure we call the corresponding record
672: -- business process.
673: --
674: per_ors_upd.upd
675: (p_effective_date
676: ,l_rec
677: );
678: p_object_version_number := l_rec.object_version_number;

Line 683: end per_ors_upd;

679: --
680: hr_utility.set_location(' Leaving:'||l_proc, 10);
681: End upd;
682: --
683: end per_ors_upd;