DBA Data[Home] [Help]

APPS.GHR_CAA_UPD dependencies on GHR_CAA_UPD

Line 1: Package Body ghr_caa_upd as

1: Package Body ghr_caa_upd as
2: /* $Header: ghcaarhi.pkb 115.1 2003/01/30 19:24:47 asubrahm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 488: ghr_caa_upd.pre_update(p_rec);

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

Line 492: ghr_caa_upd.update_dml(p_rec);

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

Line 496: ghr_caa_upd.post_update

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

Line 584: ghr_caa_upd.upd

580: -- Having converted the arguments into the
581: -- plsql record structure we call the corresponding record
582: -- business process.
583: --
584: ghr_caa_upd.upd
585: (p_effective_date
586: ,l_rec
587: );
588: p_object_version_number := l_rec.object_version_number;

Line 593: end ghr_caa_upd;

589: --
590: hr_utility.set_location(' Leaving:'||l_proc, 10);
591: End upd;
592: --
593: end ghr_caa_upd;