DBA Data[Home] [Help]

APPS.PER_RET_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 per_cagr_retained_rights row.

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

66: where cagr_retained_right_id = p_rec.cagr_retained_right_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 163: hr_utility.set_location('Entering:'||l_proc, 5);

159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin
162: /*
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: begin
165: --
166: per_ret_rkd.after_delete
167: (p_cagr_retained_right_id

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

232: --
233: end;
234: */
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End post_delete;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |---------------------------------< del >----------------------------------|

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

245: --
246: l_proc varchar2(72) := g_package||'del';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: -- We must lock the row which we need to delete.
252: --
253: per_ret_shd.lck

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

284: l_rec per_ret_shd.g_rec_type;
285: l_proc varchar2(72) := g_package||'del';
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: --
290: -- As the delete procedure accepts a plsql record structure we do need to
291: -- convert the arguments into the record structure.
292: -- We don't need to call the supplied conversion argument routine as we

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

300: -- business process
301: --
302: per_ret_del.del(l_rec);
303: --
304: hr_utility.set_location(' Leaving:'||l_proc, 10);
305: End del;
306: --
307: end per_ret_del;