DBA Data[Home] [Help]

APPS.PQH_VLD_UPD dependencies on PQH_VLD_UPD

Line 1: Package Body pqh_vld_upd as

1: Package Body pqh_vld_upd as
2: /* $Header: pqvldrhi.pkb 115.2 2002/12/13 00:33:20 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 449: pqh_vld_upd.pre_update(p_rec);

445: hr_multi_message.end_validation_set;
446: --
447: -- Call the supporting pre-update operation
448: --
449: pqh_vld_upd.pre_update(p_rec);
450: --
451: -- Update the row.
452: --
453: pqh_vld_upd.update_dml(p_rec);

Line 453: pqh_vld_upd.update_dml(p_rec);

449: pqh_vld_upd.pre_update(p_rec);
450: --
451: -- Update the row.
452: --
453: pqh_vld_upd.update_dml(p_rec);
454: --
455: -- Call the supporting post-update operation
456: --
457: pqh_vld_upd.post_update

Line 457: pqh_vld_upd.post_update

453: pqh_vld_upd.update_dml(p_rec);
454: --
455: -- Call the supporting post-update operation
456: --
457: pqh_vld_upd.post_update
458: (p_effective_date
459: ,p_rec
460: );
461: --

Line 526: pqh_vld_upd.upd

522: -- Having converted the arguments into the
523: -- plsql record structure we call the corresponding record
524: -- business process.
525: --
526: pqh_vld_upd.upd
527: (p_effective_date
528: ,l_rec
529: );
530: p_object_version_number := l_rec.object_version_number;

Line 535: end pqh_vld_upd;

531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End upd;
534: --
535: end pqh_vld_upd;