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.12.12020000.1 2012/06/29 01:50:28 appldev ship $ */
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 880: per_pmp_upd.pre_update(p_rec);

876: hr_multi_message.end_validation_set;
877: --
878: -- Call the supporting pre-update operation
879: --
880: per_pmp_upd.pre_update(p_rec);
881: --
882: -- Update the row.
883: --
884: per_pmp_upd.update_dml(p_rec);

Line 884: per_pmp_upd.update_dml(p_rec);

880: per_pmp_upd.pre_update(p_rec);
881: --
882: -- Update the row.
883: --
884: per_pmp_upd.update_dml(p_rec);
885: --
886: -- Call the supporting post-update operation
887: --
888: per_pmp_upd.post_update

Line 888: per_pmp_upd.post_update

884: per_pmp_upd.update_dml(p_rec);
885: --
886: -- Call the supporting post-update operation
887: --
888: per_pmp_upd.post_update
889: (p_effective_date
890: ,p_rec
891: ,p_duplicate_name_warning
892: ,p_no_life_events_warning

Line 1058: per_pmp_upd.upd

1054: -- Having converted the arguments into the
1055: -- plsql record structure we call the corresponding record
1056: -- business process.
1057: --
1058: per_pmp_upd.upd
1059: (p_effective_date
1060: ,l_rec
1061: ,l_duplicate_name_warning
1062: ,l_no_life_events_warning

Line 1072: end per_pmp_upd;

1068: --
1069: hr_utility.set_location(' Leaving:'||l_proc, 10);
1070: End upd;
1071: --
1072: end per_pmp_upd;