DBA Data[Home] [Help]

APPS.PER_PMS_DEL dependencies on HR_UTILITY

Line 58: hr_utility.set_location('Entering:'||l_proc, 5);

54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the per_personal_scorecards row.

Line 69: hr_utility.set_location(' Leaving:'||l_proc, 10);

65: where scorecard_id = p_rec.scorecard_id;
66: --
67: --
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated

Line 119: hr_utility.set_location('Entering:'||l_proc, 5);

115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: End pre_delete;
123: --

Line 121: hr_utility.set_location(' Leaving:'||l_proc, 10);

117: --
118: Begin
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: End pre_delete;
123: --
124: -- ----------------------------------------------------------------------------
125: -- |-----------------------------< post_delete >------------------------------|

Line 164: hr_utility.set_location('Entering:'||l_proc, 5);

160: --
161: l_proc varchar2(72) := g_package||'post_delete';
162: --
163: Begin
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: begin
166: --
167: per_pms_rkd.after_delete
168: (p_scorecard_id

Line 276: hr_utility.set_location(' Leaving:'||l_proc, 10);

272: ,p_hook_type => 'AD');
273: --
274: end;
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 10);
277: End post_delete;
278: --
279: -- ----------------------------------------------------------------------------
280: -- |---------------------------------< del >----------------------------------|

Line 290: hr_utility.set_location('Entering:'||l_proc, 5);

286: --
287: l_proc varchar2(72) := g_package||'del';
288: --
289: Begin
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: --
292: -- We must lock the row which we need to delete.
293: --
294: per_pms_shd.lck

Line 340: hr_utility.set_location('Entering:'||l_proc, 5);

336: l_rec per_pms_shd.g_rec_type;
337: l_proc varchar2(72) := g_package||'del';
338: --
339: Begin
340: hr_utility.set_location('Entering:'||l_proc, 5);
341: --
342: -- As the delete procedure accepts a plsql record structure we do need to
343: -- convert the arguments into the record structure.
344: -- We don't need to call the supplied conversion argument routine as we

Line 358: hr_utility.set_location(' Leaving:'||l_proc, 10);

354: per_pms_del.del
355: (p_rec => l_rec
356: ,p_created_by_plan_warning => p_created_by_plan_warning);
357: --
358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: End del;
360: --
361: end per_pms_del;