DBA Data[Home] [Help]

APPS.HR_ITP_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: -- Added the following code as a part of Zero Downtime Patching Project.
62: -- Code Starts Here.

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

80: where item_property_id = p_rec.item_property_id;
81: --
82: --
83: --
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: --
86: Exception
87: When hr_api.child_integrity_violated then
88: -- Child integrity has been violated

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

130: --
131: l_proc varchar2(72) := g_package||'pre_delete';
132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: End pre_delete;
138: --

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

132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: End pre_delete;
138: --
139: -- ----------------------------------------------------------------------------
140: -- |-----------------------------< post_delete >------------------------------|

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

172: --
173: l_proc varchar2(72) := g_package||'post_delete';
174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: begin
178: --
179: hr_itp_rkd.after_delete
180: (p_item_property_id

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

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

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

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

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

380: l_rec hr_itp_shd.g_rec_type;
381: l_proc varchar2(72) := g_package||'del';
382: --
383: Begin
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- As the delete procedure accepts a plsql record structure we do need to
387: -- convert the arguments into the record structure.
388: -- We don't need to call the supplied conversion argument routine as we

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

397: -- business process
398: --
399: hr_itp_del.del(l_rec);
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End del;
403: --
404: end hr_itp_del;