DBA Data[Home] [Help]

APPS.HXC_LCK_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

60:
61:
62: if g_debug then
63: l_proc := g_package||'delete_dml';
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: end if;
66: --
67: --
68: --

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

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

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

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

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

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

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

175:
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_lck_rkd.after_delete

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

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

Line 218: g_debug := hr_utility.debug_enabled;

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

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

218: g_debug := hr_utility.debug_enabled;
219:
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 266: g_debug := hr_utility.debug_enabled;

262: l_rec hxc_lck_shd.g_rec_type;
263: l_proc varchar2(72);
264: --
265: Begin
266: g_debug := hr_utility.debug_enabled;
267:
268: if g_debug then
269: l_proc := g_package||'del';
270: hr_utility.set_location('Entering:'||l_proc, 5);

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

266: g_debug := hr_utility.debug_enabled;
267:
268: if g_debug then
269: l_proc := g_package||'del';
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: end if;
272: --
273: -- As the delete procedure accepts a plsql record structure we do need to
274: -- convert the arguments into the record structure.

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

284: --
285: hxc_lck_del.del(l_rec);
286: --
287: if g_debug then
288: hr_utility.set_location(' Leaving:'||l_proc, 10);
289: end if;
290: End del;
291: --
292: end hxc_lck_del;