DBA Data[Home] [Help]

APPS.PAY_PEV_UPD dependencies on PAY_PEV_UPD

Line 1: Package Body pay_pev_upd as

1: Package Body pay_pev_upd as
2: /* $Header: pypperhi.pkb 120.1.12010000.1 2008/07/27 23:25:17 appldev ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 406: pay_pev_upd.pre_update(p_rec);

402: );
403: --
404: -- Call the supporting pre-update operation
405: --
406: pay_pev_upd.pre_update(p_rec);
407: --
408: -- Update the row.
409: --
410: pay_pev_upd.update_dml(p_rec);

Line 410: pay_pev_upd.update_dml(p_rec);

406: pay_pev_upd.pre_update(p_rec);
407: --
408: -- Update the row.
409: --
410: pay_pev_upd.update_dml(p_rec);
411: --
412: -- Call the supporting post-update operation
413: --
414: pay_pev_upd.post_update

Line 414: pay_pev_upd.post_update

410: pay_pev_upd.update_dml(p_rec);
411: --
412: -- Call the supporting post-update operation
413: --
414: pay_pev_upd.post_update
415: (p_rec
416: );
417: End upd;
418: --

Line 470: pay_pev_upd.upd

466: -- Having converted the arguments into the
467: -- plsql record structure we call the corresponding record
468: -- business process.
469: --
470: pay_pev_upd.upd
471: (l_rec
472: );
473: p_object_version_number := l_rec.object_version_number;
474: --

Line 478: end pay_pev_upd;

474: --
475: hr_utility.set_location(' Leaving:'||l_proc, 10);
476: End upd;
477: --
478: end pay_pev_upd;