DBA Data[Home] [Help]

APPS.HXC_HAT_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_hat_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: --
65: --

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

70: --
71: --
72: --
73: if g_debug then
74: hr_utility.set_location(' Leaving:'||l_proc, 10);
75: end if;
76: --
77: Exception
78: When hr_api.child_integrity_violated then

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

129: --
130: Begin
131: if g_debug then
132: l_proc := g_package||'pre_delete';
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: end if;
135: --
136: open c_dep_comp(p_rec.alias_type_id);
137: loop

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

143: end loop;
144: close c_dep_comp;
145: --
146: if g_debug then
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: end if;
149: End pre_delete;
150: --
151: -- ----------------------------------------------------------------------------

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

186: --
187: Begin
188: if g_debug then
189: l_proc := g_package||'post_delete';
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: end if;
192: begin
193: --
194: hxc_hat_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 279: g_debug:=hr_utility.debug_enabled;

275: l_rec hxc_hat_shd.g_rec_type;
276: l_proc varchar2(72);
277: --
278: Begin
279: g_debug:=hr_utility.debug_enabled;
280: if g_debug then
281: l_proc := g_package||'del';
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: end if;

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

278: Begin
279: g_debug:=hr_utility.debug_enabled;
280: if g_debug then
281: l_proc := g_package||'del';
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: end if;
284: --
285: -- As the delete procedure accepts a plsql record structure we do need to
286: -- convert the arguments into the record structure.

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

296: --
297: hxc_hat_del.del(l_rec);
298: --
299: if g_debug then
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: end if;
302: End del;
303: --
304: end hxc_hat_del;