DBA Data[Home] [Help]

APPS.HXC_HAS_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_has_del.'; -- Global package name
9: g_debug boolean :=hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< delete_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

212: --
213: end;
214: --
215: if g_debug then
216: hr_utility.set_location(' Leaving:'||l_proc, 10);
217: end if;
218: End post_delete;
219: --
220: -- ----------------------------------------------------------------------------

Line 230: g_debug:=hr_utility.debug_enabled;

226: --
227: l_proc varchar2(72);
228: --
229: Begin
230: g_debug:=hr_utility.debug_enabled;
231: if g_debug then
232: l_proc := g_package||'del';
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: end if;

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

229: Begin
230: g_debug:=hr_utility.debug_enabled;
231: if g_debug then
232: l_proc := g_package||'del';
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: end if;
235: --
236: -- We must lock the row which we need to delete.
237: --

Line 273: g_debug:=hr_utility.debug_enabled;

269: l_rec hxc_has_shd.g_rec_type;
270: l_proc varchar2(72);
271: --
272: Begin
273: g_debug:=hr_utility.debug_enabled;
274: if g_debug then
275: l_proc := g_package||'del';
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: end if;

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

272: Begin
273: g_debug:=hr_utility.debug_enabled;
274: if g_debug then
275: l_proc := g_package||'del';
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: end if;
278: --
279: -- As the delete procedure accepts a plsql record structure we do need to
280: -- convert the arguments into the record structure.

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

290: --
291: hxc_has_del.del(l_rec);
292: --
293: if g_debug then
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: end if;
296: End del;
297: --
298: end hxc_has_del;