DBA Data[Home] [Help]

APPS.GHR_CDT_UPD dependencies on GHR_CDT_UPD

Line 1: Package Body ghr_cdt_upd as

1: Package Body ghr_cdt_upd as
2: /* $Header: ghcdtrhi.pkb 115.4 2003/01/30 19:25:13 asubrahm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 394: ghr_cdt_upd.pre_update(p_rec);

390: );
391: --
392: -- Call the supporting pre-update operation
393: --
394: ghr_cdt_upd.pre_update(p_rec);
395: --
396: -- Update the row.
397: --
398: ghr_cdt_upd.update_dml(p_rec);

Line 398: ghr_cdt_upd.update_dml(p_rec);

394: ghr_cdt_upd.pre_update(p_rec);
395: --
396: -- Update the row.
397: --
398: ghr_cdt_upd.update_dml(p_rec);
399: --
400: -- Call the supporting post-update operation
401: --
402: ghr_cdt_upd.post_update

Line 402: ghr_cdt_upd.post_update

398: ghr_cdt_upd.update_dml(p_rec);
399: --
400: -- Call the supporting post-update operation
401: --
402: ghr_cdt_upd.post_update
403: (p_effective_date
404: ,p_rec
405: );
406: End upd;

Line 462: ghr_cdt_upd.upd

458: -- Having converted the arguments into the
459: -- plsql record structure we call the corresponding record
460: -- business process.
461: --
462: ghr_cdt_upd.upd
463: (p_effective_date
464: ,l_rec
465: );
466: p_object_version_number := l_rec.object_version_number;

Line 471: end ghr_cdt_upd;

467: --
468: hr_utility.set_location(' Leaving:'||l_proc, 10);
469: End upd;
470: --
471: end ghr_cdt_upd;