DBA Data[Home] [Help]

APPS.BEN_CPD_UPD dependencies on BEN_CPD_UPD

Line 1: Package Body ben_cpd_upd as

1: Package Body ben_cpd_upd as
2: /* $Header: becpdrhi.pkb 120.1 2006/01/04 01:46 steotia noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1085: ben_cpd_upd.pre_update(p_rec);

1081: hr_multi_message.end_validation_set;
1082: --
1083: -- Call the supporting pre-update operation
1084: --
1085: ben_cpd_upd.pre_update(p_rec);
1086: --
1087: -- Update the row.
1088: --
1089: ben_cpd_upd.update_dml(p_rec);

Line 1089: ben_cpd_upd.update_dml(p_rec);

1085: ben_cpd_upd.pre_update(p_rec);
1086: --
1087: -- Update the row.
1088: --
1089: ben_cpd_upd.update_dml(p_rec);
1090: --
1091: -- Call the supporting post-update operation
1092: --
1093: ben_cpd_upd.post_update

Line 1093: ben_cpd_upd.post_update

1089: ben_cpd_upd.update_dml(p_rec);
1090: --
1091: -- Call the supporting post-update operation
1092: --
1093: ben_cpd_upd.post_update
1094: (p_rec
1095: );
1096: --
1097: -- Call to raise any errors on multi-message list

Line 1304: ben_cpd_upd.upd

1300: -- Having converted the arguments into the
1301: -- plsql record structure we call the corresponding record
1302: -- business process.
1303: --
1304: ben_cpd_upd.upd
1305: (l_rec
1306: );
1307: p_object_version_number := l_rec.object_version_number;
1308: --

Line 1312: end ben_cpd_upd;

1308: --
1309: hr_utility.set_location(' Leaving:'||l_proc, 10);
1310: End upd;
1311: --
1312: end ben_cpd_upd;