DBA Data[Home] [Help]

APPS.GHR_CCL_UPD dependencies on GHR_CCL_UPD

Line 1: Package Body ghr_ccl_upd as

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

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

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

Line 364: ghr_ccl_upd.pre_update(p_rec);

360: );
361: --
362: -- Call the supporting pre-update operation
363: --
364: ghr_ccl_upd.pre_update(p_rec);
365: --
366: -- Update the row.
367: --
368: ghr_ccl_upd.update_dml(p_rec);

Line 368: ghr_ccl_upd.update_dml(p_rec);

364: ghr_ccl_upd.pre_update(p_rec);
365: --
366: -- Update the row.
367: --
368: ghr_ccl_upd.update_dml(p_rec);
369: --
370: -- Call the supporting post-update operation
371: --
372: ghr_ccl_upd.post_update

Line 372: ghr_ccl_upd.post_update

368: ghr_ccl_upd.update_dml(p_rec);
369: --
370: -- Call the supporting post-update operation
371: --
372: ghr_ccl_upd.post_update
373: (p_effective_date
374: ,p_rec
375: );
376: End upd;

Line 424: ghr_ccl_upd.upd

420: -- Having converted the arguments into the
421: -- plsql record structure we call the corresponding record
422: -- business process.
423: --
424: ghr_ccl_upd.upd
425: (p_effective_date
426: ,l_rec
427: );
428: --

Line 435: end ghr_ccl_upd;

431: --
432: hr_utility.set_location(' Leaving:'||l_proc, 10);
433: End upd;
434: --
435: end ghr_ccl_upd;