DBA Data[Home] [Help]

APPS.PER_SIP_UPD dependencies on PER_SIP_UPD

Line 1: Package Body per_sip_upd as

1: Package Body per_sip_upd as
2: /* $Header: pesiprhi.pkb 120.6.12020000.2 2012/07/05 05:02:18 amnaraya ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 800: per_sip_upd.pre_update(p_rec);

796: hr_multi_message.end_validation_set;
797: --
798: -- Call the supporting pre-update operation
799: --
800: per_sip_upd.pre_update(p_rec);
801: --
802: -- Update the row.
803: --
804: per_sip_upd.update_dml(p_rec);

Line 804: per_sip_upd.update_dml(p_rec);

800: per_sip_upd.pre_update(p_rec);
801: --
802: -- Update the row.
803: --
804: per_sip_upd.update_dml(p_rec);
805: --
806: -- Call the supporting post-update operation
807: --
808: per_sip_upd.post_update

Line 808: per_sip_upd.post_update

804: per_sip_upd.update_dml(p_rec);
805: --
806: -- Call the supporting post-update operation
807: --
808: per_sip_upd.post_update
809: (p_effective_date
810: ,p_rec
811: );
812: --

Line 955: per_sip_upd.upd

951: -- Having converted the arguments into the
952: -- plsql record structure we call the corresponding record
953: -- business process.
954: --
955: per_sip_upd.upd
956: (p_effective_date
957: ,l_rec
958: );
959: p_object_version_number := l_rec.object_version_number;

Line 964: end per_sip_upd;

960: --
961: hr_utility.set_location(' Leaving:'||l_proc, 10);
962: End upd;
963: --
964: end per_sip_upd;