DBA Data[Home] [Help]

APPS.PER_VAC_UPD dependencies on PER_VAC_UPD

Line 1: Package Body per_vac_upd as

1: Package Body per_vac_upd as
2: /* $Header: pevacrhi.pkb 120.2 2010/12/24 11:51:11 avarri ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 745: per_vac_upd.pre_update(p_rec);

741: );
742: --
743: -- Call the supporting pre-update operation
744: --
745: per_vac_upd.pre_update(p_rec);
746: --
747: -- Update the row.
748: --
749: per_vac_upd.update_dml(p_rec);

Line 749: per_vac_upd.update_dml(p_rec);

745: per_vac_upd.pre_update(p_rec);
746: --
747: -- Update the row.
748: --
749: per_vac_upd.update_dml(p_rec);
750: --
751: -- Call the supporting post-update operation
752: --
753: per_vac_upd.post_update

Line 753: per_vac_upd.post_update

749: per_vac_upd.update_dml(p_rec);
750: --
751: -- Call the supporting post-update operation
752: --
753: per_vac_upd.post_update
754: (p_rec
755: ,p_effective_date
756: );
757: hr_multi_message.end_validation_set();

Line 888: per_vac_upd.upd

884: -- Having converted the arguments into the
885: -- plsql record structure we call the corresponding record
886: -- business process.
887: --
888: per_vac_upd.upd
889: (p_rec => l_rec
890: ,p_effective_date => p_effective_date
891: ,p_inv_pos_grade_warning => p_inv_pos_grade_warning
892: ,p_inv_job_grade_warning => p_inv_job_grade_warning

Line 899: end per_vac_upd;

895: --
896: hr_utility.set_location(' Leaving:'||l_proc, 10);
897: End upd;
898: --
899: end per_vac_upd;