DBA Data[Home] [Help]

APPS.PQH_PLG_DEL dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

149: --
150: l_proc varchar2(72) := g_package||'post_delete';
151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: --
156: -- Start of API User Hook for post_delete.
157: --

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

216: --
217: -- End of API User Hook for post_delete.
218: --
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: End post_delete;
222: --
223: -- ----------------------------------------------------------------------------
224: -- |---------------------------------< del >----------------------------------|

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

231: --
232: l_proc varchar2(72) := g_package||'del';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: -- We must lock the row which we need to delete.
238: --
239: pqh_plg_shd.lck

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

274: l_rec pqh_plg_shd.g_rec_type;
275: l_proc varchar2(72) := g_package||'del';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- As the delete procedure accepts a plsql record structure we do need to
281: -- convert the arguments into the record structure.
282: -- We don't need to call the supplied conversion argument routine as we

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

291: --
292: del(
293: p_effective_date,l_rec);
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End del;
297: --
298: end pqh_plg_del;