DBA Data[Home] [Help]

APPS.HXC_RTC_UPD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

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

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

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

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

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

206:
207:
208: if g_debug then
209: l_proc := g_package||'post_update';
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: end if;
212: begin
213: --
214: hxc_rtc_rku.after_update

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

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

Line 331: g_debug := hr_utility.debug_enabled;

327: --
328: l_proc varchar2(72);
329: --
330: Begin
331: g_debug := hr_utility.debug_enabled;
332:
333: if g_debug then
334: l_proc := g_package||'upd';
335: hr_utility.set_location('Entering:'||l_proc, 5);

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

331: g_debug := hr_utility.debug_enabled;
332:
333: if g_debug then
334: l_proc := g_package||'upd';
335: hr_utility.set_location('Entering:'||l_proc, 5);
336: end if;
337: --
338: -- We must lock the row which we need to update.
339: --

Line 389: g_debug := hr_utility.debug_enabled;

385: l_rec hxc_rtc_shd.g_rec_type;
386: l_proc varchar2(72);
387: --
388: Begin
389: g_debug := hr_utility.debug_enabled;
390:
391: if g_debug then
392: l_proc := g_package||'upd';
393: hr_utility.set_location('Entering:'||l_proc, 5);

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

389: g_debug := hr_utility.debug_enabled;
390:
391: if g_debug then
392: l_proc := g_package||'upd';
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: end if;
395: --
396: -- Call conversion function to turn arguments into the
397: -- l_rec structure.

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

415: );
416: p_object_version_number := l_rec.object_version_number;
417: --
418: if g_debug then
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: end if;
421: End upd;
422: --
423: end hxc_rtc_upd;