DBA Data[Home] [Help]

APPS.HXC_HRR_UPD dependencies on HR_UTILITY

Line 9: g_debug boolean :=hr_utility.debug_enabled;

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

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

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

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

93: --
94: --
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 162: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

206: --
207: Begin
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_hrr_rku.after_update

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

267: --
268: end;
269: --
270: if g_debug then
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: end if;
273: End post_update;
274: --
275: -- ----------------------------------------------------------------------------

Line 387: g_debug:=hr_utility.debug_enabled;

383: --
384: l_proc varchar2(72);
385: --
386: Begin
387: g_debug:=hr_utility.debug_enabled;
388: if g_debug then
389: l_proc := g_package||'upd';
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: end if;

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

386: Begin
387: g_debug:=hr_utility.debug_enabled;
388: if g_debug then
389: l_proc := g_package||'upd';
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: end if;
392: --
393: -- We must lock the row which we need to update.
394: --

Line 451: g_debug:=hr_utility.debug_enabled;

447: l_rec hxc_hrr_shd.g_rec_type;
448: l_proc varchar2(72);
449: --
450: Begin
451: g_debug:=hr_utility.debug_enabled;
452: if g_debug then
453: l_proc := g_package||'upd';
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: end if;

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

450: Begin
451: g_debug:=hr_utility.debug_enabled;
452: if g_debug then
453: l_proc := g_package||'upd';
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: end if;
456: --
457: -- Call conversion function to turn arguments into the
458: -- l_rec structure.

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

483: );
484: p_object_version_number := l_rec.object_version_number;
485: --
486: if g_debug then
487: hr_utility.set_location(' Leaving:'||l_proc, 10);
488: end if;
489: End upd;
490: --
491: end hxc_hrr_upd;