DBA Data[Home] [Help]

APPS.HXC_EGC_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_egc_upd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< update_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

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

Line 73: hr_utility.trace(p_rec.entity_id || ' ' || p_rec.entity_group_comp_id);

69: --
70: -- Update the hxc_entity_group_comps Row
71: --
72: if g_debug then
73: hr_utility.trace(p_rec.entity_id || ' ' || p_rec.entity_group_comp_id);
74: end if;
75: update hxc_entity_group_comps
76: set
77: entity_group_comp_id = p_rec.entity_group_comp_id

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

118: --
119: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
120: --
121: if g_debug then
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: end if;
124: --
125: Exception
126: When hr_api.check_integrity_violated Then

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

181: --
182: Begin
183: if g_debug then
184: l_proc:= g_package||'pre_update';
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: end if;
189: End pre_update;

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

183: if g_debug then
184: l_proc:= g_package||'pre_update';
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: end if;
189: End pre_update;
190: --
191: -- ----------------------------------------------------------------------------

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

227: --
228: Begin
229: if g_debug then
230: l_proc := g_package||'post_update';
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: end if;
233: begin
234: --
235: hxc_egc_rku.after_update

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

388: --
389: end;
390: --
391: if g_debug then
392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: end if;
394: End post_update;
395: --
396: -- ----------------------------------------------------------------------------

Line 599: g_debug:=hr_utility.debug_enabled;

595: --
596: l_proc varchar2(72);
597: --
598: Begin
599: g_debug:=hr_utility.debug_enabled;
600: if g_debug then
601: l_proc := g_package||'upd';
602: hr_utility.set_location('Entering:'||l_proc, 5);
603: end if;

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

598: Begin
599: g_debug:=hr_utility.debug_enabled;
600: if g_debug then
601: l_proc := g_package||'upd';
602: hr_utility.set_location('Entering:'||l_proc, 5);
603: end if;
604: --
605: -- We must lock the row which we need to update.
606: --

Line 696: g_debug:=hr_utility.debug_enabled;

692: l_rec hxc_egc_shd.g_rec_type;
693: l_proc varchar2(72);
694: --
695: Begin
696: g_debug:=hr_utility.debug_enabled;
697: if g_debug then
698: l_proc := g_package||'upd';
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: end if;

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

695: Begin
696: g_debug:=hr_utility.debug_enabled;
697: if g_debug then
698: l_proc := g_package||'upd';
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: end if;
701: --
702: -- Call conversion function to turn arguments into the
703: -- l_rec structure.

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

754: );
755: p_object_version_number := l_rec.object_version_number;
756: --
757: if g_debug then
758: hr_utility.set_location(' Leaving:'||l_proc, 10);
759: end if;
760: End upd;
761: --
762: end hxc_egc_upd;