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.0 2005/05/31 22:51:12 appldev noship $ */
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 736: per_vac_upd.pre_update(p_rec);

732: );
733: --
734: -- Call the supporting pre-update operation
735: --
736: per_vac_upd.pre_update(p_rec);
737: --
738: -- Update the row.
739: --
740: per_vac_upd.update_dml(p_rec);

Line 740: per_vac_upd.update_dml(p_rec);

736: per_vac_upd.pre_update(p_rec);
737: --
738: -- Update the row.
739: --
740: per_vac_upd.update_dml(p_rec);
741: --
742: -- Call the supporting post-update operation
743: --
744: per_vac_upd.post_update

Line 744: per_vac_upd.post_update

740: per_vac_upd.update_dml(p_rec);
741: --
742: -- Call the supporting post-update operation
743: --
744: per_vac_upd.post_update
745: (p_rec
746: ,p_effective_date
747: );
748: hr_multi_message.end_validation_set();

Line 877: per_vac_upd.upd

873: -- Having converted the arguments into the
874: -- plsql record structure we call the corresponding record
875: -- business process.
876: --
877: per_vac_upd.upd
878: (p_rec => l_rec
879: ,p_effective_date => p_effective_date
880: ,p_inv_pos_grade_warning => p_inv_pos_grade_warning
881: ,p_inv_job_grade_warning => p_inv_job_grade_warning

Line 888: end per_vac_upd;

884: --
885: hr_utility.set_location(' Leaving:'||l_proc, 10);
886: End upd;
887: --
888: end per_vac_upd;