DBA Data[Home] [Help]

APPS.GHR_CAH_UPD dependencies on GHR_CAH_UPD

Line 1: Package Body ghr_cah_upd as

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

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

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

Line 446: ghr_cah_upd.pre_update(p_rec);

442: );
443: --
444: -- Call the supporting pre-update operation
445: --
446: ghr_cah_upd.pre_update(p_rec);
447: --
448: -- Update the row.
449: --
450: ghr_cah_upd.update_dml(p_rec);

Line 450: ghr_cah_upd.update_dml(p_rec);

446: ghr_cah_upd.pre_update(p_rec);
447: --
448: -- Update the row.
449: --
450: ghr_cah_upd.update_dml(p_rec);
451: --
452: -- Call the supporting post-update operation
453: --
454: ghr_cah_upd.post_update

Line 454: ghr_cah_upd.post_update

450: ghr_cah_upd.update_dml(p_rec);
451: --
452: -- Call the supporting post-update operation
453: --
454: ghr_cah_upd.post_update
455: (p_effective_date
456: ,p_rec
457: );
458: End upd;

Line 530: ghr_cah_upd.upd

526: -- Having converted the arguments into the
527: -- plsql record structure we call the corresponding record
528: -- business process.
529: --
530: ghr_cah_upd.upd
531: (p_effective_date
532: ,l_rec
533: );
534: p_object_version_number := l_rec.object_version_number;

Line 539: end ghr_cah_upd;

535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 10);
537: End upd;
538: --
539: end ghr_cah_upd;