DBA Data[Home] [Help]

APPS.HXC_LKR_UPD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_lkr_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: --
71: --

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

86: --
87: --
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: --

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 368: g_debug := hr_utility.debug_enabled;

364: l_rec hxc_lkr_shd.g_rec_type;
365: l_proc varchar2(72);
366: --
367: Begin
368: g_debug := hr_utility.debug_enabled;
369:
370: if g_debug then
371: l_proc := g_package||'upd';
372: hr_utility.set_location('Entering:'||l_proc, 5);

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

368: g_debug := hr_utility.debug_enabled;
369:
370: if g_debug then
371: l_proc := g_package||'upd';
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: end if;
374: --
375: -- Call conversion function to turn arguments into the
376: -- l_rec structure.

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

391: );
392: --
393: --
394: if g_debug then
395: hr_utility.set_location(' Leaving:'||l_proc, 10);
396: end if;
397: End upd;
398: --
399: end hxc_lkr_upd;