DBA Data[Home] [Help]

APPS.PQH_OPG_UPD dependencies on PQH_OPG_UPD

Line 1: Package Body pqh_opg_upd as

1: Package Body pqh_opg_upd as
2: /* $Header: pqopgrhi.pkb 115.1 2002/12/03 00:09:11 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 336: pqh_opg_upd.pre_update(p_rec);

332: hr_multi_message.end_validation_set;
333: --
334: -- Call the supporting pre-update operation
335: --
336: pqh_opg_upd.pre_update(p_rec);
337: --
338: -- Update the row.
339: --
340: pqh_opg_upd.update_dml(p_rec);

Line 340: pqh_opg_upd.update_dml(p_rec);

336: pqh_opg_upd.pre_update(p_rec);
337: --
338: -- Update the row.
339: --
340: pqh_opg_upd.update_dml(p_rec);
341: --
342: -- Call the supporting post-update operation
343: --
344: pqh_opg_upd.post_update

Line 344: pqh_opg_upd.post_update

340: pqh_opg_upd.update_dml(p_rec);
341: --
342: -- Call the supporting post-update operation
343: --
344: pqh_opg_upd.post_update
345: (p_effective_date
346: ,p_rec
347: );
348: --

Line 387: pqh_opg_upd.upd

383: -- Having converted the arguments into the
384: -- plsql record structure we call the corresponding record
385: -- business process.
386: --
387: pqh_opg_upd.upd
388: (p_effective_date
389: ,l_rec
390: );
391: p_object_version_number := l_rec.object_version_number;

Line 396: end pqh_opg_upd;

392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: End upd;
395: --
396: end pqh_opg_upd;