DBA Data[Home] [Help]

APPS.PER_PML_UPD dependencies on PER_PML_UPD

Line 1: Package Body per_pml_upd as

1: Package Body per_pml_upd as
2: /* $Header: pepmlrhi.pkb 120.5.12010000.2 2008/11/24 14:49:19 rsykam ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 770: per_pml_upd.pre_update(p_rec);

766: hr_multi_message.end_validation_set;
767: --
768: -- Call the supporting pre-update operation
769: --
770: per_pml_upd.pre_update(p_rec);
771: --
772: -- Update the row.
773: --
774: per_pml_upd.update_dml(p_rec);

Line 774: per_pml_upd.update_dml(p_rec);

770: per_pml_upd.pre_update(p_rec);
771: --
772: -- Update the row.
773: --
774: per_pml_upd.update_dml(p_rec);
775: --
776: -- Call the supporting post-update operation
777: --
778: per_pml_upd.post_update

Line 778: per_pml_upd.post_update

774: per_pml_upd.update_dml(p_rec);
775: --
776: -- Call the supporting post-update operation
777: --
778: per_pml_upd.post_update
779: (p_effective_date => p_effective_date
780: ,p_rec => p_rec
781: ,p_duplicate_name_warning => p_duplicate_name_warning
782: ,p_weighting_over_100_warning => p_weighting_over_100_warning

Line 926: per_pml_upd.upd

922: -- Having converted the arguments into the
923: -- plsql record structure we call the corresponding record
924: -- business process.
925: --
926: per_pml_upd.upd
927: (p_effective_date
928: ,l_rec
929: ,l_duplicate_name_warning
930: ,l_weighting_over_100_warning

Line 942: end per_pml_upd;

938: --
939: hr_utility.set_location(' Leaving:'||l_proc, 10);
940: End upd;
941: --
942: end per_pml_upd;