DBA Data[Home] [Help]

APPS.HR_PDT_UPD dependencies on HR_PDT_UPD

Line 1: Package Body hr_pdt_upd as

1: Package Body hr_pdt_upd as
2: /* $Header: hrpdtrhi.pkb 120.4.12010000.2 2008/08/06 08:46:56 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 876: hr_pdt_upd.pre_update(p_rec);

872: end if;
873: --
874: -- Call the supporting pre-update operation
875: --
876: hr_pdt_upd.pre_update(p_rec);
877: --
878: -- Update the row.
879: --
880: hr_pdt_upd.update_dml(p_rec);

Line 880: hr_pdt_upd.update_dml(p_rec);

876: hr_pdt_upd.pre_update(p_rec);
877: --
878: -- Update the row.
879: --
880: hr_pdt_upd.update_dml(p_rec);
881: --
882: -- Call the supporting post-update operation
883: --
884: hr_pdt_upd.post_update

Line 884: hr_pdt_upd.post_update

880: hr_pdt_upd.update_dml(p_rec);
881: --
882: -- Call the supporting post-update operation
883: --
884: hr_pdt_upd.post_update
885: (p_rec
886: );
887: --
888: -- Call to raise any errors on multi-message list

Line 1044: hr_pdt_upd.upd

1040: -- Having converted the arguments into the
1041: -- plsql record structure we call the corresponding record
1042: -- business process.
1043: --
1044: hr_pdt_upd.upd
1045: (l_rec
1046: );
1047: p_object_version_number := l_rec.object_version_number;
1048: --

Line 1052: end hr_pdt_upd;

1048: --
1049: hr_utility.set_location(' Leaving:'||l_proc, 10);
1050: End upd;
1051: --
1052: end hr_pdt_upd;