DBA Data[Home] [Help]

APPS.PER_RVR_UPD dependencies on PER_RVR_UPD

Line 1: Package Body per_rvr_upd as

1: Package Body per_rvr_upd as
2: /* $Header: pervrrhi.pkb 120.5 2006/06/12 23:57:11 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 347: per_rvr_upd.pre_update(p_rec);

343: hr_multi_message.end_validation_set;
344: --
345: -- Call the supporting pre-update operation
346: --
347: per_rvr_upd.pre_update(p_rec);
348: --
349: -- Update the row.
350: --
351: per_rvr_upd.update_dml(p_rec);

Line 351: per_rvr_upd.update_dml(p_rec);

347: per_rvr_upd.pre_update(p_rec);
348: --
349: -- Update the row.
350: --
351: per_rvr_upd.update_dml(p_rec);
352: --
353: -- Call the supporting post-update operation
354: --
355: per_rvr_upd.post_update

Line 355: per_rvr_upd.post_update

351: per_rvr_upd.update_dml(p_rec);
352: --
353: -- Call the supporting post-update operation
354: --
355: per_rvr_upd.post_update
356: (p_rec
357: );
358: --
359: -- Call to raise any errors on multi-message list

Line 404: per_rvr_upd.upd

400: -- Having converted the arguments into the
401: -- plsql record structure we call the corresponding record
402: -- business process.
403: --
404: per_rvr_upd.upd
405: (l_rec
406: );
407: p_object_version_number := l_rec.object_version_number;
408: --

Line 412: end per_rvr_upd;

408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End upd;
411: --
412: end per_rvr_upd;