DBA Data[Home] [Help]

APPS.PQH_BVR_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_versions row.
57: --

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

58: delete from pqh_budget_versions
59: where budget_version_id = p_rec.budget_version_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 192: hr_utility.set_location(' Leaving:'||l_proc, 10);

188: --
189: -- End of API User Hook for post_delete.
190: --
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End post_delete;
194: --
195: -- ----------------------------------------------------------------------------
196: -- |---------------------------------< del >----------------------------------|

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

203: --
204: l_proc varchar2(72) := g_package||'del';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- We must lock the row which we need to delete.
210: --
211: pqh_bvr_shd.lck

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

246: l_rec pqh_bvr_shd.g_rec_type;
247: l_proc varchar2(72) := g_package||'del';
248: --
249: Begin
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: --
252: -- As the delete procedure accepts a plsql record structure we do need to
253: -- convert the arguments into the record structure.
254: -- We don't need to call the supplied conversion argument routine as we

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

263: --
264: del(
265: p_effective_date,l_rec);
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End del;
269: --
270: end pqh_bvr_del;