DBA Data[Home] [Help]

APPS.PER_RES_DEL dependencies on HR_UTILITY

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

88: --
89: l_proc varchar2(72) := g_package||'delete_dml';
90: --
91: Begin
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the per_cagr_entitlement_results row.

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

99: where cagr_entitlement_result_id = p_rec.cagr_entitlement_result_id;
100: --
101: --
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated

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

149: --
150: l_proc varchar2(72) := g_package||'pre_delete';
151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --

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

151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< post_delete >------------------------------|

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

280: --
281: end;
282: */
283: --
284: hr_utility.set_location(' Leaving:'||l_proc, 10);
285: End post_delete;
286: --
287: -- ----------------------------------------------------------------------------
288: -- |---------------------------------< del >----------------------------------|

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

293: --
294: l_proc varchar2(72) := g_package||'del';
295: --
296: Begin
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: -- We must lock the row which we need to delete.
300: --
301: per_res_shd.lck

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

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

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

348: -- business process
349: --
350: per_res_del.del(l_rec);
351: --
352: hr_utility.set_location(' Leaving:'||l_proc, 10);
353: End del;
354: --
355: end per_res_del;