DBA Data[Home] [Help]

APPS.PQH_TXH_UPD dependencies on PQH_TXH_UPD

Line 1: Package Body pqh_txh_upd as

1: Package Body pqh_txh_upd as
2: /* $Header: pqtxhrhi.pkb 120.2 2005/12/21 11:29:59 hpandya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 355: pqh_txh_upd.pre_update(p_rec);

351: hr_multi_message.end_validation_set;
352: --
353: -- Call the supporting pre-update operation
354: --
355: pqh_txh_upd.pre_update(p_rec);
356: --
357: -- Update the row.
358: --
359: pqh_txh_upd.update_dml(p_rec);

Line 359: pqh_txh_upd.update_dml(p_rec);

355: pqh_txh_upd.pre_update(p_rec);
356: --
357: -- Update the row.
358: --
359: pqh_txh_upd.update_dml(p_rec);
360: --
361: -- Call the supporting post-update operation
362: --
363: pqh_txh_upd.post_update

Line 363: pqh_txh_upd.post_update

359: pqh_txh_upd.update_dml(p_rec);
360: --
361: -- Call the supporting post-update operation
362: --
363: pqh_txh_upd.post_update
364: (p_rec
365: );
366: --
367: -- Call to raise any errors on multi-message list

Line 422: pqh_txh_upd.upd

418: -- Having converted the arguments into the
419: -- plsql record structure we call the corresponding record
420: -- business process.
421: --
422: pqh_txh_upd.upd
423: (l_rec
424: );
425: --
426: --

Line 430: end pqh_txh_upd;

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