DBA Data[Home] [Help]

APPS.HR_TPC_UPD dependencies on HR_TPC_UPD

Line 1: Package Body hr_tpc_upd as

1: Package Body hr_tpc_upd as
2: /* $Header: hrtpcrhi.pkb 115.0 2004/01/09 04:37 vkarandi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 317: hr_tpc_upd.pre_update(p_rec);

313: hr_multi_message.end_validation_set;
314: --
315: -- Call the supporting pre-update operation
316: --
317: hr_tpc_upd.pre_update(p_rec);
318: --
319: -- Update the row.
320: --
321: hr_tpc_upd.update_dml(p_rec);

Line 321: hr_tpc_upd.update_dml(p_rec);

317: hr_tpc_upd.pre_update(p_rec);
318: --
319: -- Update the row.
320: --
321: hr_tpc_upd.update_dml(p_rec);
322: --
323: -- Call the supporting post-update operation
324: --
325: hr_tpc_upd.post_update

Line 325: hr_tpc_upd.post_update

321: hr_tpc_upd.update_dml(p_rec);
322: --
323: -- Call the supporting post-update operation
324: --
325: hr_tpc_upd.post_update
326: (p_rec
327: );
328: --
329: -- Call to raise any errors on multi-message list

Line 363: hr_tpc_upd.upd

359: -- Having converted the arguments into the
360: -- plsql record structure we call the corresponding record
361: -- business process.
362: --
363: hr_tpc_upd.upd
364: (l_rec
365: );
366: p_object_version_number := l_rec.object_version_number;
367: --

Line 371: end hr_tpc_upd;

367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: End upd;
370: --
371: end hr_tpc_upd;