DBA Data[Home] [Help]

APPS.PQH_TSH_UPD dependencies on PQH_TSH_UPD

Line 1: Package Body pqh_tsh_upd as

1: Package Body pqh_tsh_upd as
2: /* $Header: pqtshrhi.pkb 120.2 2005/12/21 11:28:58 hpandya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 342: pqh_tsh_upd.pre_update(p_rec);

338: hr_multi_message.end_validation_set;
339: --
340: -- Call the supporting pre-update operation
341: --
342: pqh_tsh_upd.pre_update(p_rec);
343: --
344: -- Update the row.
345: --
346: pqh_tsh_upd.update_dml(p_rec);

Line 346: pqh_tsh_upd.update_dml(p_rec);

342: pqh_tsh_upd.pre_update(p_rec);
343: --
344: -- Update the row.
345: --
346: pqh_tsh_upd.update_dml(p_rec);
347: --
348: -- Call the supporting post-update operation
349: --
350: pqh_tsh_upd.post_update

Line 350: pqh_tsh_upd.post_update

346: pqh_tsh_upd.update_dml(p_rec);
347: --
348: -- Call the supporting post-update operation
349: --
350: pqh_tsh_upd.post_update
351: (p_rec
352: );
353: --
354: -- Call to raise any errors on multi-message list

Line 405: pqh_tsh_upd.upd

401: -- Having converted the arguments into the
402: -- plsql record structure we call the corresponding record
403: -- business process.
404: --
405: pqh_tsh_upd.upd
406: (l_rec
407: );
408: --
409: --

Line 413: end pqh_tsh_upd;

409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: End upd;
412: --
413: end pqh_tsh_upd;