DBA Data[Home] [Help]

APPS.PER_PPB_UPD dependencies on PER_PPB_UPD

Line 1: Package Body per_ppb_upd as

1: Package Body per_ppb_upd as
2: /* $Header: peppbrhi.pkb 120.0 2005/05/31 14:56:26 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 774: per_ppb_upd.pre_update(p_rec);

770: hr_multi_message.end_validation_set;
771: --
772: -- Call the supporting pre-update operation
773: --
774: per_ppb_upd.pre_update(p_rec);
775: --
776: -- Update the row.
777: --
778: per_ppb_upd.update_dml(p_rec);

Line 778: per_ppb_upd.update_dml(p_rec);

774: per_ppb_upd.pre_update(p_rec);
775: --
776: -- Update the row.
777: --
778: per_ppb_upd.update_dml(p_rec);
779: --
780: -- Call the supporting post-update operation
781: --
782: per_ppb_upd.post_update

Line 782: per_ppb_upd.post_update

778: per_ppb_upd.update_dml(p_rec);
779: --
780: -- Call the supporting post-update operation
781: --
782: per_ppb_upd.post_update
783: (p_rec
784: );
785: --
786: -- Call to raise any errors on multi-message list

Line 926: per_ppb_upd.upd

922: -- Having converted the arguments into the
923: -- plsql record structure we call the corresponding record
924: -- business process.
925: --
926: per_ppb_upd.upd
927: (l_rec
928: );
929: p_object_version_number := l_rec.object_version_number;
930: --

Line 938: end per_ppb_upd;

934: p_object_version_number:= l_object_version_number;
935: Raise;
936: End upd;
937: --
938: end per_ppb_upd;