DBA Data[Home] [Help]

APPS.GHR_CCA_UPD dependencies on GHR_CCA_UPD

Line 1: Package Body ghr_cca_upd as

1: Package Body ghr_cca_upd as
2: /* $Header: ghccarhi.pkb 115.1 2003/01/30 19:25:04 asubrahm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 516: ghr_cca_upd.pre_update(p_rec);

512: );
513: --
514: -- Call the supporting pre-update operation
515: --
516: ghr_cca_upd.pre_update(p_rec);
517: --
518: -- Update the row.
519: --
520: ghr_cca_upd.update_dml(p_rec);

Line 520: ghr_cca_upd.update_dml(p_rec);

516: ghr_cca_upd.pre_update(p_rec);
517: --
518: -- Update the row.
519: --
520: ghr_cca_upd.update_dml(p_rec);
521: --
522: -- Call the supporting post-update operation
523: --
524: ghr_cca_upd.post_update

Line 524: ghr_cca_upd.post_update

520: ghr_cca_upd.update_dml(p_rec);
521: --
522: -- Call the supporting post-update operation
523: --
524: ghr_cca_upd.post_update
525: (p_effective_date
526: ,p_rec
527: );
528: End upd;

Line 620: ghr_cca_upd.upd

616: -- Having converted the arguments into the
617: -- plsql record structure we call the corresponding record
618: -- business process.
619: --
620: ghr_cca_upd.upd
621: (p_effective_date
622: ,l_rec
623: );
624: p_object_version_number := l_rec.object_version_number;

Line 629: end ghr_cca_upd;

625: --
626: hr_utility.set_location(' Leaving:'||l_proc, 10);
627: End upd;
628: --
629: end ghr_cca_upd;