DBA Data[Home] [Help]

APPS.HXC_MAP_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

78: --
79: hxc_map_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 137: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

180:
181:
182: if g_debug then
183: l_proc := g_package||'post_delete';
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: end if;
186: begin
187: --
188: hxc_map_rkd.after_delete

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

204: --
205: end;
206: --
207: if g_debug then
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: end if;
210: End post_delete;
211: --
212: -- ----------------------------------------------------------------------------

Line 222: g_debug := hr_utility.debug_enabled;

218: --
219: l_proc varchar2(72);
220: --
221: Begin
222: g_debug := hr_utility.debug_enabled;
223:
224: if g_debug then
225: l_proc := g_package||'del';
226: hr_utility.set_location('Entering:'||l_proc, 5);

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

222: g_debug := hr_utility.debug_enabled;
223:
224: if g_debug then
225: l_proc := g_package||'del';
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: end if;
228: --
229: -- We must lock the row which we need to delete.
230: --

Line 266: g_debug := hr_utility.debug_enabled;

262: l_rec hxc_map_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_map_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_map_del;