DBA Data[Home] [Help]

APPS.PQH_BPL_UPD dependencies on PQH_BPL_UPD

Line 1: Package Body pqh_bpl_upd as

1: Package Body pqh_bpl_upd as
2: /* $Header: pqbplrhi.pkb 115.9 2003/04/11 11:44:23 mvankada noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 378: pqh_bpl_upd.pre_update(p_rec);

374: hr_multi_message.end_validation_set;
375: --
376: -- Call the supporting pre-update operation
377: --
378: pqh_bpl_upd.pre_update(p_rec);
379: --
380: -- Update the row.
381: --
382: pqh_bpl_upd.update_dml(p_rec);

Line 382: pqh_bpl_upd.update_dml(p_rec);

378: pqh_bpl_upd.pre_update(p_rec);
379: --
380: -- Update the row.
381: --
382: pqh_bpl_upd.update_dml(p_rec);
383: --
384: -- Call the supporting post-update operation
385: --
386: pqh_bpl_upd.post_update

Line 386: pqh_bpl_upd.post_update

382: pqh_bpl_upd.update_dml(p_rec);
383: --
384: -- Call the supporting post-update operation
385: --
386: pqh_bpl_upd.post_update
387: (p_effective_date
388: ,p_rec
389: );
390: --

Line 439: pqh_bpl_upd.upd

435: -- Having converted the arguments into the
436: -- plsql record structure we call the corresponding record
437: -- business process.
438: --
439: pqh_bpl_upd.upd
440: (p_effective_date
441: ,l_rec
442: );
443: p_object_version_number := l_rec.object_version_number;

Line 448: end pqh_bpl_upd;

444: --
445: hr_utility.set_location(' Leaving:'||l_proc, 10);
446: End upd;
447: --
448: end pqh_bpl_upd;