DBA Data[Home] [Help]

APPS.HXC_MAP_UPD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

63:
64:
65: if g_debug then
66: l_proc := g_package||'update_dml';
67: hr_utility.set_location('Entering:'||l_proc, 5);
68: end if;
69: --
70: -- Increment the object version
71: p_rec.object_version_number := p_rec.object_version_number + 1;

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

86: --
87: hxc_map_shd.g_api_dml := false; -- Unset the api dml status
88: --
89: if g_debug then
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: end if;
92: --
93: Exception
94: When hr_api.check_integrity_violated Then

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

153:
154:
155: if g_debug then
156: l_proc := g_package||'pre_update';
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end if;
161: End pre_update;

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

155: if g_debug then
156: l_proc := g_package||'pre_update';
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: end if;
161: End pre_update;
162: --
163: -- ----------------------------------------------------------------------------

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

202:
203:
204: if g_debug then
205: l_proc := g_package||'post_update';
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: end if;
208: begin
209: --
210: hxc_map_rku.after_update

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

230: --
231: end;
232: --
233: if g_debug then
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: end if;
236: End post_update;
237: --
238: -- ----------------------------------------------------------------------------

Line 309: g_debug := hr_utility.debug_enabled;

305: --
306: l_proc varchar2(72);
307: --
308: Begin
309: g_debug := hr_utility.debug_enabled;
310:
311: if g_debug then
312: l_proc := g_package||'upd';
313: hr_utility.set_location('Entering:'||l_proc, 5);

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

309: g_debug := hr_utility.debug_enabled;
310:
311: if g_debug then
312: l_proc := g_package||'upd';
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: end if;
315: --
316: -- We must lock the row which we need to update.
317: --

Line 362: g_debug := hr_utility.debug_enabled;

358: l_rec hxc_map_shd.g_rec_type;
359: l_proc varchar2(72);
360: --
361: Begin
362: g_debug := hr_utility.debug_enabled;
363:
364: if g_debug then
365: l_proc := g_package||'upd';
366: hr_utility.set_location('Entering:'||l_proc, 5);

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

362: g_debug := hr_utility.debug_enabled;
363:
364: if g_debug then
365: l_proc := g_package||'upd';
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: end if;
368: --
369: -- Call conversion function to turn arguments into the
370: -- l_rec structure.

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

385: );
386: p_object_version_number := l_rec.object_version_number;
387: --
388: if g_debug then
389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: end if;
391: End upd;
392: --
393: end hxc_map_upd;