DBA Data[Home] [Help]

APPS.HXC_HAV_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_hav_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 127: hr_utility.set_location('Entering:'||l_proc, 5);

123: --
124: Begin
125: if g_debug then
126: l_proc := g_package||'pre_delete';
127: hr_utility.set_location('Entering:'||l_proc, 5);
128: end if;
129:
130: hxc_time_category_utils_pkg.alias_value_ref_int_chk ( p_rec.alias_value_id, 'DELETE' );
131:

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

129:
130: hxc_time_category_utils_pkg.alias_value_ref_int_chk ( p_rec.alias_value_id, 'DELETE' );
131:
132: if g_debug then
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: end if;
135: End pre_delete;
136: --
137: -- ----------------------------------------------------------------------------

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

172: --
173: Begin
174: if g_debug then
175: l_proc := g_package||'post_delete';
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: end if;
178: begin
179: --
180: hxc_hav_rkd.after_delete

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

266: --
267: end;
268: --
269: if g_debug then
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: end if;
272: End post_delete;
273: --
274: -- ----------------------------------------------------------------------------

Line 284: g_debug:=hr_utility.debug_enabled;

280: --
281: l_proc varchar2(72);
282: --
283: Begin
284: g_debug:=hr_utility.debug_enabled;
285: if g_debug then
286: l_proc := g_package||'del';
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: end if;

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

283: Begin
284: g_debug:=hr_utility.debug_enabled;
285: if g_debug then
286: l_proc := g_package||'del';
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: end if;
289: --
290: -- We must lock the row which we need to delete.
291: --

Line 327: g_debug:=hr_utility.debug_enabled;

323: l_rec hxc_hav_shd.g_rec_type;
324: l_proc varchar2(72);
325: --
326: Begin
327: g_debug:=hr_utility.debug_enabled;
328: if g_debug then
329: l_proc := g_package||'del';
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: end if;

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

326: Begin
327: g_debug:=hr_utility.debug_enabled;
328: if g_debug then
329: l_proc := g_package||'del';
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: end if;
332: --
333: -- As the delete procedure accepts a plsql record structure we do need to
334: -- convert the arguments into the record structure.

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

350: (p_alias_value_id => p_alias_value_id
351: );
352:
353: if g_debug then
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: end if;
356: End del;
357: --
358: end hxc_hav_del;