DBA Data[Home] [Help]

APPS.PQH_RAP_UPD dependencies on PQH_RAP_UPD

Line 1: Package Body pqh_rap_upd as

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

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

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

Line 363: pqh_rap_upd.pre_update(p_rec);

359: hr_multi_message.end_validation_set;
360: --
361: -- Call the supporting pre-update operation
362: --
363: pqh_rap_upd.pre_update(p_rec);
364: --
365: -- Update the row.
366: --
367: pqh_rap_upd.update_dml(p_rec);

Line 367: pqh_rap_upd.update_dml(p_rec);

363: pqh_rap_upd.pre_update(p_rec);
364: --
365: -- Update the row.
366: --
367: pqh_rap_upd.update_dml(p_rec);
368: --
369: -- Call the supporting post-update operation
370: --
371: pqh_rap_upd.post_update

Line 371: pqh_rap_upd.post_update

367: pqh_rap_upd.update_dml(p_rec);
368: --
369: -- Call the supporting post-update operation
370: --
371: pqh_rap_upd.post_update
372: (p_effective_date
373: ,p_rec
374: );
375: --

Line 421: pqh_rap_upd.upd

417: -- Having converted the arguments into the
418: -- plsql record structure we call the corresponding record
419: -- business process.
420: --
421: pqh_rap_upd.upd
422: (p_effective_date
423: ,l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;

Line 430: end pqh_rap_upd;

426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End upd;
429: --
430: end pqh_rap_upd;