DBA Data[Home] [Help]

APPS.BEN_CSO_UPD dependencies on BEN_CSO_UPD

Line 1: Package Body ben_cso_upd as

1: Package Body ben_cso_upd as
2: /* $Header: becsorhi.pkb 115.0 2003/03/17 13:37:07 csundar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 800: ben_cso_upd.pre_update(p_rec);

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

Line 804: ben_cso_upd.update_dml(p_rec);

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

Line 808: ben_cso_upd.post_update

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

Line 955: ben_cso_upd.upd

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

Line 964: end ben_cso_upd;

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