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 266: hr_utility.set_location(' Leaving:'||l_proc, 10);

262: ,p_hook_type => 'AD');
263: --
264: end;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: End post_delete;
268: --
269: -- ----------------------------------------------------------------------------
270: -- |---------------------------------< del >----------------------------------|

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

276: --
277: l_proc varchar2(72) := g_package||'del';
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --
282: -- We must lock the row which we need to delete.
283: --
284: per_pms_shd.lck

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

326: l_rec per_pms_shd.g_rec_type;
327: l_proc varchar2(72) := g_package||'del';
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- As the delete procedure accepts a plsql record structure we do need to
333: -- convert the arguments into the record structure.
334: -- We don't need to call the supplied conversion argument routine as we

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

344: per_pms_del.del
345: (p_rec => l_rec
346: ,p_created_by_plan_warning => p_created_by_plan_warning);
347: --
348: hr_utility.set_location(' Leaving:'||l_proc, 10);
349: End del;
350: --
351: end per_pms_del;