DBA Data[Home] [Help]

APPS.PQH_OPL_UPD dependencies on PQH_OPL_UPD

Line 1: Package Body pqh_opl_upd as

1: Package Body pqh_opl_upd as
2: /* $Header: pqoplrhi.pkb 115.4 2002/12/03 00:09:31 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 323: pqh_opl_upd.pre_update(p_rec);

319: hr_multi_message.end_validation_set;
320: --
321: -- Call the supporting pre-update operation
322: --
323: pqh_opl_upd.pre_update(p_rec);
324: --
325: -- Update the row.
326: --
327: pqh_opl_upd.update_dml(p_rec);

Line 327: pqh_opl_upd.update_dml(p_rec);

323: pqh_opl_upd.pre_update(p_rec);
324: --
325: -- Update the row.
326: --
327: pqh_opl_upd.update_dml(p_rec);
328: --
329: -- Call the supporting post-update operation
330: --
331: pqh_opl_upd.post_update

Line 331: pqh_opl_upd.post_update

327: pqh_opl_upd.update_dml(p_rec);
328: --
329: -- Call the supporting post-update operation
330: --
331: pqh_opl_upd.post_update
332: (p_effective_date
333: ,p_rec
334: );
335: --

Line 372: pqh_opl_upd.upd

368: -- Having converted the arguments into the
369: -- plsql record structure we call the corresponding record
370: -- business process.
371: --
372: pqh_opl_upd.upd
373: (p_effective_date
374: ,l_rec
375: );
376: p_object_version_number := l_rec.object_version_number;

Line 381: end pqh_opl_upd;

377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End upd;
380: --
381: end pqh_opl_upd;