DBA Data[Home] [Help]

APPS.HR_DEI_UPD dependencies on HR_DEI_UPD

Line 1: Package Body hr_dei_upd as

1: Package Body hr_dei_upd as
2: /* $Header: hrdeirhi.pkb 120.1 2005/09/09 08:32 kramajey noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1012: hr_dei_upd.pre_update(p_rec);

1008: hr_multi_message.end_validation_set;
1009: --
1010: -- Call the supporting pre-update operation
1011: --
1012: hr_dei_upd.pre_update(p_rec);
1013: --
1014: -- Update the row.
1015: --
1016: hr_dei_upd.update_dml(p_rec);

Line 1016: hr_dei_upd.update_dml(p_rec);

1012: hr_dei_upd.pre_update(p_rec);
1013: --
1014: -- Update the row.
1015: --
1016: hr_dei_upd.update_dml(p_rec);
1017: --
1018: -- Call the supporting post-update operation
1019: --
1020: hr_dei_upd.post_update

Line 1020: hr_dei_upd.post_update

1016: hr_dei_upd.update_dml(p_rec);
1017: --
1018: -- Call the supporting post-update operation
1019: --
1020: hr_dei_upd.post_update
1021: (p_rec
1022: );
1023: --
1024: -- Call to raise any errors on multi-message list

Line 1214: hr_dei_upd.upd

1210: -- Having converted the arguments into the
1211: -- plsql record structure we call the corresponding record
1212: -- business process.
1213: --
1214: hr_dei_upd.upd
1215: (l_rec
1216: );
1217: p_object_version_number := l_rec.object_version_number;
1218: --

Line 1222: end hr_dei_upd;

1218: --
1219: hr_utility.set_location(' Leaving:'||l_proc, 10);
1220: End upd;
1221: --
1222: end hr_dei_upd;