DBA Data[Home] [Help]

APPS.GHR_CBA_UPD dependencies on GHR_CBA_UPD

Line 1: Package Body ghr_cba_upd as

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

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

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

Line 341: ghr_cba_upd.pre_update(p_rec);

337: );
338: --
339: -- Call the supporting pre-update operation
340: --
341: ghr_cba_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: ghr_cba_upd.update_dml(p_rec);

Line 345: ghr_cba_upd.update_dml(p_rec);

341: ghr_cba_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: ghr_cba_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: ghr_cba_upd.post_update

Line 349: ghr_cba_upd.post_update

345: ghr_cba_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: ghr_cba_upd.post_update
350: (p_effective_date
351: ,p_rec
352: );
353: End upd;

Line 395: ghr_cba_upd.upd

391: -- Having converted the arguments into the
392: -- plsql record structure we call the corresponding record
393: -- business process.
394: --
395: ghr_cba_upd.upd
396: (p_effective_date
397: ,l_rec
398: );
399: p_object_version_number := l_rec.object_version_number;

Line 404: end ghr_cba_upd;

400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End upd;
403: --
404: end ghr_cba_upd;