DBA Data[Home] [Help]

APPS.GHR_CST_UPD dependencies on GHR_CST_UPD

Line 1: Package Body ghr_cst_upd as

1: Package Body ghr_cst_upd as
2: /* $Header: ghcstrhi.pkb 120.0 2005/05/29 03:05:29 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 349: ghr_cst_upd.pre_update(p_rec);

345: );
346: --
347: -- Call the supporting pre-update operation
348: --
349: ghr_cst_upd.pre_update(p_rec);
350: --
351: -- Update the row.
352: --
353: ghr_cst_upd.update_dml(p_rec);

Line 353: ghr_cst_upd.update_dml(p_rec);

349: ghr_cst_upd.pre_update(p_rec);
350: --
351: -- Update the row.
352: --
353: ghr_cst_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: ghr_cst_upd.post_update

Line 357: ghr_cst_upd.post_update

353: ghr_cst_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: ghr_cst_upd.post_update
358: (p_effective_date
359: ,p_rec
360: );
361: End upd;

Line 405: ghr_cst_upd.upd

401: -- Having converted the arguments into the
402: -- plsql record structure we call the corresponding record
403: -- business process.
404: --
405: ghr_cst_upd.upd
406: (p_effective_date
407: ,l_rec
408: );
409: p_object_version_number := l_rec.object_version_number;

Line 414: end ghr_cst_upd;

410: --
411: hr_utility.set_location(' Leaving:'||l_proc, 10);
412: End upd;
413: --
414: end ghr_cst_upd;