DBA Data[Home] [Help]

APPS.PQH_OPS_UPD dependencies on PQH_OPS_UPD

Line 1: Package Body pqh_ops_upd as

1: Package Body pqh_ops_upd as
2: /* $Header: pqopsrhi.pkb 115.2 2002/12/03 20:41:53 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 350: pqh_ops_upd.pre_update(p_rec);

346: hr_multi_message.end_validation_set;
347: --
348: -- Call the supporting pre-update operation
349: --
350: pqh_ops_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: pqh_ops_upd.update_dml(p_rec);

Line 354: pqh_ops_upd.update_dml(p_rec);

350: pqh_ops_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: pqh_ops_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: pqh_ops_upd.post_update

Line 358: pqh_ops_upd.post_update

354: pqh_ops_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: pqh_ops_upd.post_update
359: (p_effective_date
360: ,p_rec
361: );
362: --

Line 405: pqh_ops_upd.upd

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

Line 414: end pqh_ops_upd;

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