DBA Data[Home] [Help]

APPS.HXC_HTS_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_hts_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: hxc_hts_shd.g_api_dml := true; -- Set the api dml status
68: --

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

73: --
74: hxc_hts_shd.g_api_dml := false; -- Unset the api dml status
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 178: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

Line 216: g_debug := hr_utility.debug_enabled;

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

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

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

Line 260: g_debug := hr_utility.debug_enabled;

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

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

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

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

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