DBA Data[Home] [Help]

APPS.PQH_CEF_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_copy_entity_functions row.
57: --

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

58: delete from pqh_copy_entity_functions
59: where copy_entity_function_id = p_rec.copy_entity_function_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 185: hr_utility.set_location(' Leaving:'||l_proc, 10);

181: --
182: -- End of API User Hook for post_delete.
183: --
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End post_delete;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |---------------------------------< del >----------------------------------|

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

196: --
197: l_proc varchar2(72) := g_package||'del';
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: -- We must lock the row which we need to delete.
203: --
204: pqh_cef_shd.lck

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

239: l_rec pqh_cef_shd.g_rec_type;
240: l_proc varchar2(72) := g_package||'del';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245: -- As the delete procedure accepts a plsql record structure we do need to
246: -- convert the arguments into the record structure.
247: -- We don't need to call the supplied conversion argument routine as we

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

256: --
257: del(
258: p_effective_date,l_rec);
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End del;
262: --
263: end pqh_cef_del;