57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
133: ,attribute30 = p_rec.attribute30
134: where plan_id = p_rec.plan_id;
135: --
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: --
139: Exception
140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated
195: --
196: l_proc varchar2(72) := g_package||'pre_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End pre_update;
203: --
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End pre_update;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |-----------------------------< post_update >------------------------------|
242: --
243: l_proc varchar2(72) := g_package||'post_update';
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: begin
248: --
249: per_pmp_rku.after_update
250: (p_effective_date
508: ,p_hook_type => 'AU');
509: --
510: end;
511: --
512: hr_utility.set_location(' Leaving:'||l_proc, 10);
513: End post_update;
514: --
515: -- ----------------------------------------------------------------------------
516: -- |-----------------------------< convert_defs >-----------------------------|
827: --
828: l_proc varchar2(72) := g_package||'upd';
829: --
830: Begin
831: hr_utility.set_location('Entering:'||l_proc, 5);
832: --
833: -- We must lock the row which we need to update.
834: --
835: per_pmp_shd.lck
954: l_no_life_events_warning boolean;
955:
956: --
957: Begin
958: hr_utility.set_location('Entering:'||l_proc, 5);
959: --
960: -- Call conversion function to turn arguments into the
961: -- l_rec structure.
962: --
1041: p_status_code := l_rec.status_code;
1042: p_duplicate_name_warning := l_duplicate_name_warning;
1043: p_no_life_events_warning := l_no_life_events_warning;
1044: --
1045: hr_utility.set_location(' Leaving:'||l_proc, 10);
1046: End upd;
1047: --
1048: end per_pmp_upd;