DBA Data[Home] [Help]

APPS.HR_TMP_UPD dependencies on HR_TMP_UPD

Line 1: Package Body hr_tmp_upd as

1: Package Body hr_tmp_upd as
2: /* $Header: hrtmprhi.pkb 115.6 2002/12/03 11:31:46 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 626: hr_tmp_upd.pre_update(p_rec);

622: );
623: --
624: -- Call the supporting pre-update operation
625: --
626: hr_tmp_upd.pre_update(p_rec);
627: --
628: -- Update the row.
629: --
630: hr_tmp_upd.update_dml(p_rec);

Line 630: hr_tmp_upd.update_dml(p_rec);

626: hr_tmp_upd.pre_update(p_rec);
627: --
628: -- Update the row.
629: --
630: hr_tmp_upd.update_dml(p_rec);
631: --
632: -- Call the supporting post-update operation
633: --
634: hr_tmp_upd.post_update

Line 634: hr_tmp_upd.post_update

630: hr_tmp_upd.update_dml(p_rec);
631: --
632: -- Call the supporting post-update operation
633: --
634: hr_tmp_upd.post_update
635: (p_effective_date
636: ,p_rec
637: );
638: End upd;

Line 740: hr_tmp_upd.upd

736: -- Having converted the arguments into the
737: -- plsql record structure we call the corresponding record
738: -- business process.
739: --
740: hr_tmp_upd.upd
741: (p_effective_date
742: ,l_rec
743: );
744: p_object_version_number := l_rec.object_version_number;

Line 749: end hr_tmp_upd;

745: --
746: hr_utility.set_location(' Leaving:'||l_proc, 10);
747: End upd;
748: --
749: end hr_tmp_upd;