DBA Data[Home] [Help]

APPS.HXC_TKG_DEL dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_tkg_del.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< delete_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

56: Begin
57:
58: if g_debug then
59: l_proc := g_package||'delete_dml';
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: end if;
62: --
63: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status
64:

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

80: --
81: hxc_tkg_shd.g_api_dml := false; -- Unset the api dml status
82: --
83: if g_debug then
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: end if;
86: --
87: Exception
88: When hr_api.child_integrity_violated then

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

132: Begin
133:
134: if g_debug then
135: l_proc := g_package||'pre_delete';
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: end if;
139: End pre_delete;
140: --

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

133:
134: if g_debug then
135: l_proc := g_package||'pre_delete';
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: hr_utility.set_location(' Leaving:'||l_proc, 10);
138: end if;
139: End pre_delete;
140: --
141: -- ----------------------------------------------------------------------------

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

175: Begin
176:
177: if g_debug then
178: l_proc := g_package||'post_delete';
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: end if;
181: begin
182: --
183: hxc_tkg_rkd.after_delete

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

201: --
202: end;
203: --
204: if g_debug then
205: hr_utility.set_location(' Leaving:'||l_proc, 10);
206: end if;
207: End post_delete;
208: --
209: -- ----------------------------------------------------------------------------

Line 219: g_debug :=hr_utility.debug_enabled;

215: --
216: l_proc varchar2(72) ;
217: --
218: Begin
219: g_debug :=hr_utility.debug_enabled;
220: if g_debug then
221: l_proc := g_package||'del';
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: end if;

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

218: Begin
219: g_debug :=hr_utility.debug_enabled;
220: if g_debug then
221: l_proc := g_package||'del';
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: end if;
224: --
225: -- We must lock the row which we need to delete.
226: --

Line 262: g_debug :=hr_utility.debug_enabled;

258: l_rec hxc_tkg_shd.g_rec_type;
259: l_proc varchar2(72) ;
260: --
261: Begin
262: g_debug :=hr_utility.debug_enabled;
263: if g_debug then
264: l_proc := g_package||'del';
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: end if;

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

261: Begin
262: g_debug :=hr_utility.debug_enabled;
263: if g_debug then
264: l_proc := g_package||'del';
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: end if;
267: --
268: -- As the delete procedure accepts a plsql record structure we do need to
269: -- convert the arguments into the record structure.

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

279: --
280: hxc_tkg_del.del(l_rec);
281: --
282: if g_debug then
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: end if;
285: End del;
286: --
287: end hxc_tkg_del;