DBA Data[Home] [Help]

APPS.PER_PMP_UPD dependencies on PER_PMP_UPD

Line 1: Package Body per_pmp_upd as

1: Package Body per_pmp_upd as
2: /* $Header: pepmprhi.pkb 120.8 2006/07/28 22:03:57 svittal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 860: per_pmp_upd.pre_update(p_rec);

856: hr_multi_message.end_validation_set;
857: --
858: -- Call the supporting pre-update operation
859: --
860: per_pmp_upd.pre_update(p_rec);
861: --
862: -- Update the row.
863: --
864: per_pmp_upd.update_dml(p_rec);

Line 864: per_pmp_upd.update_dml(p_rec);

860: per_pmp_upd.pre_update(p_rec);
861: --
862: -- Update the row.
863: --
864: per_pmp_upd.update_dml(p_rec);
865: --
866: -- Call the supporting post-update operation
867: --
868: per_pmp_upd.post_update

Line 868: per_pmp_upd.post_update

864: per_pmp_upd.update_dml(p_rec);
865: --
866: -- Call the supporting post-update operation
867: --
868: per_pmp_upd.post_update
869: (p_effective_date
870: ,p_rec
871: ,p_duplicate_name_warning
872: ,p_no_life_events_warning

Line 1034: per_pmp_upd.upd

1030: -- Having converted the arguments into the
1031: -- plsql record structure we call the corresponding record
1032: -- business process.
1033: --
1034: per_pmp_upd.upd
1035: (p_effective_date
1036: ,l_rec
1037: ,l_duplicate_name_warning
1038: ,l_no_life_events_warning

Line 1048: end per_pmp_upd;

1044: --
1045: hr_utility.set_location(' Leaving:'||l_proc, 10);
1046: End upd;
1047: --
1048: end per_pmp_upd;