DBA Data[Home] [Help]

APPS.PAY_PTA_UPD dependencies on PAY_PTA_UPD

Line 1: Package Body pay_pta_upd as

1: Package Body pay_pta_upd as
2: /* $Header: pyptarhi.pkb 120.0 2005/05/29 07:56:20 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 388: pay_pta_upd.pre_update(p_rec);

384: );
385: --
386: -- Call the supporting pre-update operation
387: --
388: pay_pta_upd.pre_update(p_rec);
389: --
390: -- Update the row.
391: --
392: pay_pta_upd.update_dml(p_rec);

Line 392: pay_pta_upd.update_dml(p_rec);

388: pay_pta_upd.pre_update(p_rec);
389: --
390: -- Update the row.
391: --
392: pay_pta_upd.update_dml(p_rec);
393: --
394: -- Call the supporting post-update operation
395: --
396: pay_pta_upd.post_update

Line 396: pay_pta_upd.post_update

392: pay_pta_upd.update_dml(p_rec);
393: --
394: -- Call the supporting post-update operation
395: --
396: pay_pta_upd.post_update
397: (p_rec
398: );
399: End upd;
400: --

Line 448: pay_pta_upd.upd

444: -- Having converted the arguments into the
445: -- plsql record structure we call the corresponding record
446: -- business process.
447: --
448: pay_pta_upd.upd
449: (l_rec
450: );
451: p_object_version_number := l_rec.object_version_number;
452: --

Line 456: end pay_pta_upd;

452: --
453: hr_utility.set_location(' Leaving:'||l_proc, 10);
454: End upd;
455: --
456: end pay_pta_upd;