DBA Data[Home] [Help]

APPS.PAY_PEU_UPD dependencies on PAY_PEU_UPD

Line 1: Package Body pay_peu_upd as

1: Package Body pay_peu_upd as
2: /* $Header: pypeurhi.pkb 120.0 2005/05/29 07:29:11 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 365: pay_peu_upd.pre_update(p_rec);

361: );
362: --
363: -- Call the supporting pre-update operation
364: --
365: pay_peu_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: pay_peu_upd.update_dml(p_rec);

Line 369: pay_peu_upd.update_dml(p_rec);

365: pay_peu_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: pay_peu_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: pay_peu_upd.post_update

Line 373: pay_peu_upd.post_update

369: pay_peu_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: pay_peu_upd.post_update
374: (p_effective_date
375: ,p_rec
376: );
377: End upd;

Line 421: pay_peu_upd.upd

417: -- Having converted the arguments into the
418: -- plsql record structure we call the corresponding record
419: -- business process.
420: --
421: pay_peu_upd.upd
422: (p_effective_date
423: ,l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;

Line 430: end pay_peu_upd;

426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End upd;
429: --
430: end pay_peu_upd;