DBA Data[Home] [Help]

APPS.HR_ICX_UPD dependencies on HR_ICX_UPD

Line 1: Package Body hr_icx_upd as

1: Package Body hr_icx_upd as
2: /* $Header: hricxrhi.pkb 115.5 2003/10/23 01:44:08 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 935: hr_icx_upd.pre_update(p_rec);

931: );
932: --
933: -- Call the supporting pre-update operation
934: --
935: hr_icx_upd.pre_update(p_rec);
936: --
937: -- Update the row.
938: --
939: hr_icx_upd.update_dml(p_rec);

Line 939: hr_icx_upd.update_dml(p_rec);

935: hr_icx_upd.pre_update(p_rec);
936: --
937: -- Update the row.
938: --
939: hr_icx_upd.update_dml(p_rec);
940: --
941: -- Call the supporting post-update operation
942: --
943: hr_icx_upd.post_update

Line 943: hr_icx_upd.post_update

939: hr_icx_upd.update_dml(p_rec);
940: --
941: -- Call the supporting post-update operation
942: --
943: hr_icx_upd.post_update
944: (p_effective_date
945: ,p_rec
946: );
947: End upd;

Line 1047: hr_icx_upd.upd

1043: -- Having converted the arguments into the
1044: -- plsql record structure we call the corresponding record
1045: -- business process.
1046: --
1047: hr_icx_upd.upd
1048: (p_effective_date
1049: ,l_rec
1050: );
1051: p_object_version_number := l_rec.object_version_number;

Line 1056: end hr_icx_upd;

1052: --
1053: hr_utility.set_location(' Leaving:'||l_proc, 10);
1054: End upd;
1055: --
1056: end hr_icx_upd;