DBA Data[Home] [Help]

APPS.PQH_RMV_UPD dependencies on PQH_RMV_UPD

Line 1: Package Body pqh_rmv_upd as

1: Package Body pqh_rmv_upd as
2: /* $Header: pqrmvrhi.pkb 120.2 2005/06/23 03:41 srenukun noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 445: pqh_rmv_upd.pre_update(p_rec);

441: hr_multi_message.end_validation_set;
442: --
443: -- Call the supporting pre-update operation
444: --
445: pqh_rmv_upd.pre_update(p_rec);
446: --
447: -- Update the row.
448: --
449: pqh_rmv_upd.update_dml(p_rec);

Line 449: pqh_rmv_upd.update_dml(p_rec);

445: pqh_rmv_upd.pre_update(p_rec);
446: --
447: -- Update the row.
448: --
449: pqh_rmv_upd.update_dml(p_rec);
450: --
451: -- Call the supporting post-update operation
452: --
453: pqh_rmv_upd.post_update

Line 453: pqh_rmv_upd.post_update

449: pqh_rmv_upd.update_dml(p_rec);
450: --
451: -- Call the supporting post-update operation
452: --
453: pqh_rmv_upd.post_update
454: (p_rec
455: );
456: --
457: -- Call to raise any errors on multi-message list

Line 520: pqh_rmv_upd.upd

516: -- Having converted the arguments into the
517: -- plsql record structure we call the corresponding record
518: -- business process.
519: --
520: pqh_rmv_upd.upd
521: (l_rec
522: );
523: p_object_version_number := l_rec.object_version_number;
524: --

Line 528: end pqh_rmv_upd;

524: --
525: hr_utility.set_location(' Leaving:'||l_proc, 10);
526: End upd;
527: --
528: end pqh_rmv_upd;