DBA Data[Home] [Help]

APPS.PQH_RMN_UPD dependencies on PQH_RMN_UPD

Line 1: Package Body pqh_rmn_upd as

1: Package Body pqh_rmn_upd as
2: /* $Header: pqrmnrhi.pkb 120.0 2005/05/29 02:33 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 382: pqh_rmn_upd.pre_update(p_rec);

378: hr_multi_message.end_validation_set;
379: --
380: -- Call the supporting pre-update operation
381: --
382: pqh_rmn_upd.pre_update(p_rec);
383: --
384: -- Update the row.
385: --
386: pqh_rmn_upd.update_dml(p_rec);

Line 386: pqh_rmn_upd.update_dml(p_rec);

382: pqh_rmn_upd.pre_update(p_rec);
383: --
384: -- Update the row.
385: --
386: pqh_rmn_upd.update_dml(p_rec);
387: --
388: -- Call the supporting post-update operation
389: --
390: pqh_rmn_upd.post_update

Line 390: pqh_rmn_upd.post_update

386: pqh_rmn_upd.update_dml(p_rec);
387: --
388: -- Call the supporting post-update operation
389: --
390: pqh_rmn_upd.post_update
391: (p_rec
392: );
393: --
394: -- Call to raise any errors on multi-message list

Line 443: pqh_rmn_upd.upd

439: -- Having converted the arguments into the
440: -- plsql record structure we call the corresponding record
441: -- business process.
442: --
443: pqh_rmn_upd.upd
444: (l_rec
445: );
446: p_object_version_number := l_rec.object_version_number;
447: --

Line 451: end pqh_rmn_upd;

447: --
448: hr_utility.set_location(' Leaving:'||l_proc, 10);
449: End upd;
450: --
451: end pqh_rmn_upd;