DBA Data[Home] [Help]

APPS.PQH_BRE_UPD dependencies on PQH_BRE_UPD

Line 1: Package Body pqh_bre_upd as

1: Package Body pqh_bre_upd as
2: /* $Header: pqbrerhi.pkb 115.6 2003/06/04 08:19:51 ggnanagu noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 404: pqh_bre_upd.pre_update(p_rec);

400: hr_multi_message.end_validation_set;
401: --
402: -- Call the supporting pre-update operation
403: --
404: pqh_bre_upd.pre_update(p_rec);
405: --
406: -- Update the row.
407: --
408: pqh_bre_upd.update_dml(p_rec);

Line 408: pqh_bre_upd.update_dml(p_rec);

404: pqh_bre_upd.pre_update(p_rec);
405: --
406: -- Update the row.
407: --
408: pqh_bre_upd.update_dml(p_rec);
409: --
410: -- Call the supporting post-update operation
411: --
412: pqh_bre_upd.post_update

Line 412: pqh_bre_upd.post_update

408: pqh_bre_upd.update_dml(p_rec);
409: --
410: -- Call the supporting post-update operation
411: --
412: pqh_bre_upd.post_update
413: (p_effective_date
414: ,p_rec
415: );
416: --

Line 471: pqh_bre_upd.upd

467: -- Having converted the arguments into the
468: -- plsql record structure we call the corresponding record
469: -- business process.
470: --
471: pqh_bre_upd.upd
472: (p_effective_date
473: ,l_rec
474: );
475: p_object_version_number := l_rec.object_version_number;

Line 480: end pqh_bre_upd;

476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 10);
478: End upd;
479: --
480: end pqh_bre_upd;