DBA Data[Home] [Help]

APPS.GHR_CMP_UPD dependencies on GHR_CMP_UPD

Line 1: Package Body ghr_cmp_upd as

1: Package Body ghr_cmp_upd as
2: /* $Header: ghcmprhi.pkb 120.0 2005/05/29 02:54:02 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1411: ghr_cmp_upd.pre_update(p_rec);

1407: );
1408: --
1409: -- Call the supporting pre-update operation
1410: --
1411: ghr_cmp_upd.pre_update(p_rec);
1412: --
1413: -- Update the row.
1414: --
1415: ghr_cmp_upd.update_dml(p_rec);

Line 1415: ghr_cmp_upd.update_dml(p_rec);

1411: ghr_cmp_upd.pre_update(p_rec);
1412: --
1413: -- Update the row.
1414: --
1415: ghr_cmp_upd.update_dml(p_rec);
1416: --
1417: -- Call the supporting post-update operation
1418: --
1419: ghr_cmp_upd.post_update

Line 1419: ghr_cmp_upd.post_update

1415: ghr_cmp_upd.update_dml(p_rec);
1416: --
1417: -- Call the supporting post-update operation
1418: --
1419: ghr_cmp_upd.post_update
1420: (p_effective_date
1421: ,p_rec
1422: );
1423: End upd;

Line 1767: ghr_cmp_upd.upd

1763: -- Having converted the arguments into the
1764: -- plsql record structure we call the corresponding record
1765: -- business process.
1766: --
1767: ghr_cmp_upd.upd
1768: (p_effective_date
1769: ,l_rec
1770: );
1771: p_object_version_number := l_rec.object_version_number;

Line 1776: end ghr_cmp_upd;

1772: --
1773: hr_utility.set_location(' Leaving:'||l_proc, 10);
1774: End upd;
1775: --
1776: end ghr_cmp_upd;