DBA Data[Home] [Help]

APPS.HXC_TCC_UPD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_tcc_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 97: hr_utility.set_location(' Leaving:'||l_proc, 10);

93:
94: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
95:
96: if g_debug then
97: hr_utility.set_location(' Leaving:'||l_proc, 10);
98: end if;
99:
100: Exception
101: When hr_api.check_integrity_violated Then

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

160:
161:
162: if g_debug then
163: l_proc := g_package||'pre_update';
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --
166: hr_utility.set_location(' Leaving:'||l_proc, 10);
167: end if;
168: End pre_update;

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

162: if g_debug then
163: l_proc := g_package||'pre_update';
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --
166: hr_utility.set_location(' Leaving:'||l_proc, 10);
167: end if;
168: End pre_update;
169: --
170: -- ----------------------------------------------------------------------------

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

209:
210:
211: if g_debug then
212: l_proc := g_package||'post_update';
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: end if;
215: begin
216:
217: hxc_tcc_rku.after_update (

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

246:
247: end;
248:
249: if g_debug then
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: end if;
252: End post_update;
253: --
254: -- ----------------------------------------------------------------------------

Line 355: g_debug := hr_utility.debug_enabled;

351: l_sql_string CLOB; -- not used, needed for caching strategy which
352: -- reuses update_time_cat...
353: --
354: Begin
355: g_debug := hr_utility.debug_enabled;
356:
357: if g_debug then
358: l_proc := g_package||'upd';
359: hr_utility.set_location('Entering:'||l_proc, 5);

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

355: g_debug := hr_utility.debug_enabled;
356:
357: if g_debug then
358: l_proc := g_package||'upd';
359: hr_utility.set_location('Entering:'||l_proc, 5);
360: end if;
361: --
362: -- We must lock the row which we need to update.
363: --

Line 429: g_debug := hr_utility.debug_enabled;

425: l_rec hxc_tcc_shd.g_rec_type;
426: l_proc varchar2(72);
427: --
428: Begin
429: g_debug := hr_utility.debug_enabled;
430:
431: if g_debug then
432: l_proc := g_package||'upd';
433: hr_utility.set_location('Entering:'||l_proc, 5);

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

429: g_debug := hr_utility.debug_enabled;
430:
431: if g_debug then
432: l_proc := g_package||'upd';
433: hr_utility.set_location('Entering:'||l_proc, 5);
434: end if;
435:
436: -- Call conversion function to turn arguments into the
437: -- l_rec structure.

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

459: );
460: p_object_version_number := l_rec.object_version_number;
461: --
462: if g_debug then
463: hr_utility.set_location(' Leaving:'||l_proc, 10);
464: end if;
465: End upd;
466: --
467: end hxc_tcc_upd;