DBA Data[Home] [Help]

APPS.PQH_RER_UPD dependencies on PQH_RER_UPD

Line 1: Package Body pqh_rer_upd as

1: Package Body pqh_rer_upd as
2: /* $Header: pqrerrhi.pkb 120.0 2005/10/06 14:53 srajakum noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 359: pqh_rer_upd.pre_update(p_rec);

355: hr_multi_message.end_validation_set;
356: --
357: -- Call the supporting pre-update operation
358: --
359: pqh_rer_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: pqh_rer_upd.update_dml(p_rec);

Line 363: pqh_rer_upd.update_dml(p_rec);

359: pqh_rer_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: pqh_rer_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: pqh_rer_upd.post_update

Line 367: pqh_rer_upd.post_update

363: pqh_rer_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: pqh_rer_upd.post_update
368: (p_effective_date
369: ,p_rec
370: );
371: --

Line 416: pqh_rer_upd.upd

412: -- Having converted the arguments into the
413: -- plsql record structure we call the corresponding record
414: -- business process.
415: --
416: pqh_rer_upd.upd
417: (p_effective_date
418: ,l_rec
419: );
420: p_object_version_number := l_rec.object_version_number;

Line 425: end pqh_rer_upd;

421: --
422: hr_utility.set_location(' Leaving:'||l_proc, 10);
423: End upd;
424: --
425: end pqh_rer_upd;