DBA Data[Home] [Help]

APPS.PAY_ESU_UPD dependencies on PAY_ESU_UPD

Line 1: Package Body pay_esu_upd as

1: Package Body pay_esu_upd as
2: /* $Header: pyesurhi.pkb 115.1 2003/08/15 02:39:10 thabara noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 357: pay_esu_upd.pre_update(p_rec);

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

Line 361: pay_esu_upd.update_dml(p_rec);

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

Line 365: pay_esu_upd.post_update

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

Line 412: pay_esu_upd.upd

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

Line 421: end pay_esu_upd;

417: --
418: hr_utility.set_location(' Leaving:'||l_proc, 10);
419: End upd;
420: --
421: end pay_esu_upd;