DBA Data[Home] [Help]

APPS.PQP_ERG_UPD dependencies on PQP_ERG_UPD

Line 1: Package Body pqp_erg_upd as

1: Package Body pqp_erg_upd as
2: /* $Header: pqergrhi.pkb 115.9 2003/02/19 02:25:55 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 357: pqp_erg_upd.pre_update(p_rec);

353: );
354: --
355: -- Call the supporting pre-update operation
356: --
357: pqp_erg_upd.pre_update(p_rec);
358: --
359: -- Update the row.
360: --
361: pqp_erg_upd.update_dml(p_rec);

Line 361: pqp_erg_upd.update_dml(p_rec);

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

Line 365: pqp_erg_upd.post_update

361: pqp_erg_upd.update_dml(p_rec);
362: --
363: -- Call the supporting post-update operation
364: --
365: pqp_erg_upd.post_update
366: (p_rec
367: );
368: End upd;
369: --

Line 411: pqp_erg_upd.upd

407: -- Having converted the arguments into the
408: -- plsql record structure we call the corresponding record
409: -- business process.
410: --
411: pqp_erg_upd.upd
412: (l_rec
413: );
414: p_object_version_number := l_rec.object_version_number;
415: --

Line 419: end pqp_erg_upd;

415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End upd;
418: --
419: end pqp_erg_upd;