DBA Data[Home] [Help]

APPS.PER_RES_UPD dependencies on PER_RES_UPD

Line 1: Package Body per_res_upd as

1: Package Body per_res_upd as
2: /* $Header: peresrhi.pkb 115.2 2003/04/02 13:38:24 eumenyio noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 488: per_res_upd.pre_update(p_rec);

484: );
485: --
486: -- Call the supporting pre-update operation
487: --
488: per_res_upd.pre_update(p_rec);
489: --
490: -- Update the row.
491: --
492: per_res_upd.update_dml(p_rec);

Line 492: per_res_upd.update_dml(p_rec);

488: per_res_upd.pre_update(p_rec);
489: --
490: -- Update the row.
491: --
492: per_res_upd.update_dml(p_rec);
493: --
494: -- Call the supporting post-update operation
495: --
496: per_res_upd.post_update

Line 496: per_res_upd.post_update

492: per_res_upd.update_dml(p_rec);
493: --
494: -- Call the supporting post-update operation
495: --
496: per_res_upd.post_update
497: (p_effective_date
498: ,p_rec
499: );
500: End upd;

Line 562: per_res_upd.upd

558: -- Having converted the arguments into the
559: -- plsql record structure we call the corresponding record
560: -- business process.
561: --
562: per_res_upd.upd
563: (p_effective_date
564: ,l_rec
565: );
566: p_object_version_number := l_rec.object_version_number;

Line 571: end per_res_upd;

567: --
568: hr_utility.set_location(' Leaving:'||l_proc, 10);
569: End upd;
570: --
571: end per_res_upd;