DBA Data[Home] [Help]

APPS.HR_DEI_DEL dependencies on HR_UTILITY

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

48: --
49: l_proc varchar2(72) := g_package||'delete_dml';
50: --
51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: --
54: --
55: --
56: -- Delete the hr_document_extra_info row.

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

59: where document_extra_info_id = p_rec.document_extra_info_id;
60: --
61: --
62: --
63: hr_utility.set_location(' Leaving:'||l_proc, 10);
64: --
65: Exception
66: When hr_api.child_integrity_violated then
67: -- Child integrity has been violated

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

109: --
110: l_proc varchar2(72) := g_package||'pre_delete';
111: --
112: Begin
113: hr_utility.set_location('Entering:'||l_proc, 5);
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: End pre_delete;
117: --

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

111: --
112: Begin
113: hr_utility.set_location('Entering:'||l_proc, 5);
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: End pre_delete;
117: --
118: -- ----------------------------------------------------------------------------
119: -- |-----------------------------< post_delete >------------------------------|

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

151: --
152: l_proc varchar2(72) := g_package||'post_delete';
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: begin
157: --
158: hr_dei_rkd.after_delete
159: (p_document_extra_info_id

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

331: ,p_hook_type => 'AD');
332: --
333: end;
334: --
335: hr_utility.set_location(' Leaving:'||l_proc, 10);
336: End post_delete;
337: --
338: -- ----------------------------------------------------------------------------
339: -- |---------------------------------< del >----------------------------------|

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

344: --
345: l_proc varchar2(72) := g_package||'del';
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- We must lock the row which we need to delete.
351: --
352: hr_dei_shd.lck

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

389: l_rec hr_dei_shd.g_rec_type;
390: l_proc varchar2(72) := g_package||'del';
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- As the delete procedure accepts a plsql record structure we do need to
396: -- convert the arguments into the record structure.
397: -- We don't need to call the supplied conversion argument routine as we

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

405: -- business process
406: --
407: hr_dei_del.del(l_rec);
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End del;
411: --
412: end hr_dei_del;