DBA Data[Home] [Help]

APPS.GHR_CIN_UPD dependencies on GHR_CIN_UPD

Line 1: Package Body ghr_cin_upd as

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

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

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

Line 334: ghr_cin_upd.pre_update(p_rec);

330: );
331: --
332: -- Call the supporting pre-update operation
333: --
334: ghr_cin_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: ghr_cin_upd.update_dml(p_rec);

Line 338: ghr_cin_upd.update_dml(p_rec);

334: ghr_cin_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: ghr_cin_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: ghr_cin_upd.post_update

Line 342: ghr_cin_upd.post_update

338: ghr_cin_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: ghr_cin_upd.post_update
343: (p_effective_date
344: ,p_rec
345: );
346: End upd;

Line 386: ghr_cin_upd.upd

382: -- Having converted the arguments into the
383: -- plsql record structure we call the corresponding record
384: -- business process.
385: --
386: ghr_cin_upd.upd
387: (p_effective_date
388: ,l_rec
389: );
390: p_object_version_number := l_rec.object_version_number;

Line 395: end ghr_cin_upd;

391: --
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: End upd;
394: --
395: end ghr_cin_upd;