DBA Data[Home] [Help]

APPS.OTA_LPM_DEL dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: begin
164: --
165: ota_lpm_rkd.after_delete
166: (p_learning_path_member_id

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

236: ,p_hook_type => 'AD');
237: --
238: end;
239: --
240: hr_utility.set_location(' Leaving:'||l_proc, 10);
241: End post_delete;
242: --
243: -- ----------------------------------------------------------------------------
244: -- |---------------------------------< del >----------------------------------|

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

249: --
250: l_proc varchar2(72) := g_package||'del';
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: -- We must lock the row which we need to delete.
256: --
257: ota_lpm_shd.lck

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

294: l_rec ota_lpm_shd.g_rec_type;
295: l_proc varchar2(72) := g_package||'del';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- As the delete procedure accepts a plsql record structure we do need to
301: -- convert the arguments into the record structure.
302: -- We don't need to call the supplied conversion argument routine as we

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

310: -- business process
311: --
312: ota_lpm_del.del(l_rec);
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 10);
315: End del;
316: --
317: end ota_lpm_del;