DBA Data[Home] [Help]

APPS.HR_ORI_UPD dependencies on HR_ORI_UPD

Line 1: Package Body hr_ori_upd as

1: Package Body hr_ori_upd as
2: /* $Header: hrorirhi.pkb 120.5.12020000.2 2012/09/10 10:32:16 swrajapa ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 713: hr_ori_upd.pre_update(p_rec);

709: );
710: --
711: -- Call the supporting pre-update operation
712: --
713: hr_ori_upd.pre_update(p_rec);
714: --
715: -- Update the row.
716: --
717: hr_ori_upd.update_dml(p_rec);

Line 717: hr_ori_upd.update_dml(p_rec);

713: hr_ori_upd.pre_update(p_rec);
714: --
715: -- Update the row.
716: --
717: hr_ori_upd.update_dml(p_rec);
718: --
719: -- Call the supporting post-update operation
720: --
721: hr_ori_upd.post_update

Line 721: hr_ori_upd.post_update

717: hr_ori_upd.update_dml(p_rec);
718: --
719: -- Call the supporting post-update operation
720: --
721: hr_ori_upd.post_update
722: (p_effective_date
723: ,p_rec
724: );
725: End upd;

Line 845: hr_ori_upd.upd

841: -- Having converted the arguments into the
842: -- plsql record structure we call the corresponding record
843: -- business process.
844: --
845: hr_ori_upd.upd
846: (p_effective_date
847: ,l_rec
848: );
849: p_object_version_number := l_rec.object_version_number;

Line 854: end hr_ori_upd;

850: --
851: hr_utility.set_location(' Leaving:'||l_proc, 10);
852: End upd;
853: --
854: end hr_ori_upd;