DBA Data[Home] [Help]

APPS.HR_ITP_UPD dependencies on HR_ITP_UPD

Line 1: Package Body hr_itp_upd as

1: Package Body hr_itp_upd as
2: /* $Header: hritprhi.pkb 120.1 2011/04/28 11:51:30 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 912: hr_itp_upd.pre_update(p_rec);

908: );
909: --
910: -- Call the supporting pre-update operation
911: --
912: hr_itp_upd.pre_update(p_rec);
913: --
914: -- Update the row.
915: --
916: hr_itp_upd.update_dml(p_rec);

Line 916: hr_itp_upd.update_dml(p_rec);

912: hr_itp_upd.pre_update(p_rec);
913: --
914: -- Update the row.
915: --
916: hr_itp_upd.update_dml(p_rec);
917: --
918: -- Call the supporting post-update operation
919: --
920: hr_itp_upd.post_update

Line 920: hr_itp_upd.post_update

916: hr_itp_upd.update_dml(p_rec);
917: --
918: -- Call the supporting post-update operation
919: --
920: hr_itp_upd.post_update
921: (p_effective_date
922: ,p_rec
923: );
924:

Line 1091: hr_itp_upd.upd

1087: -- Having converted the arguments into the
1088: -- plsql record structure we call the corresponding record
1089: -- business process.
1090: --
1091: hr_itp_upd.upd
1092: (p_effective_date
1093: ,l_rec
1094: );
1095: --

Line 1100: end hr_itp_upd;

1096: p_object_version_number := l_rec.object_version_number;
1097: hr_utility.set_location(' Leaving:'||l_proc, 10);
1098: End upd;
1099: --
1100: end hr_itp_upd;