DBA Data[Home] [Help]

APPS.PQH_BGM_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_budget_gl_flex_maps row.
57: --

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

58: delete from pqh_budget_gl_flex_maps
59: where budget_gl_flex_map_id = p_rec.budget_gl_flex_map_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 152: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

177: --
178: -- End of API User Hook for post_delete.
179: --
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: End post_delete;
183: --
184: -- ----------------------------------------------------------------------------
185: -- |---------------------------------< del >----------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'del';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: -- We must lock the row which we need to delete.
198: --
199: pqh_bgm_shd.lck

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

231: l_rec pqh_bgm_shd.g_rec_type;
232: l_proc varchar2(72) := g_package||'del';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: -- As the delete procedure accepts a plsql record structure we do need to
238: -- convert the arguments into the record structure.
239: -- We don't need to call the supplied conversion argument routine as we

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

247: -- business process
248: --
249: del(l_rec);
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End del;
253: --
254: end pqh_bgm_del;