DBA Data[Home] [Help]

APPS.HXC_TAT_UPD dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------
6: g_package varchar2(33) := ' hxc_tat_upd.'; -- global package name
7: g_debug boolean := hr_utility.debug_enabled;
8: -- --------------------------------------------------------------------------
9: -- |------------------------------< update_dml >----------------------------|
10: -- --------------------------------------------------------------------------
11: -- {Start Of Comments}

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

58: begin
59:
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:

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

108: ,data_set_id = p_rec.data_set_id
109: where time_attribute_id = p_rec.time_attribute_id;
110:
111: if g_debug then
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: end if;
114:
115: exception
116: when hr_api.check_integrity_violated then

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

168: begin
169:
170: if g_debug then
171: l_proc := g_package||'pre_update';
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: end if;
175:
176: end pre_update;

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

169:
170: if g_debug then
171: l_proc := g_package||'pre_update';
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: end if;
175:
176: end pre_update;
177:

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

217: begin
218:
219: if g_debug then
220: l_proc := g_package||'post_update';
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: end if;
223:
224: begin
225:

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

370: ,p_hook_type => 'AU');
371: end;
372:
373: if g_debug then
374: hr_utility.set_location(' Leaving:'||l_proc, 10);
375: end if;
376:
377: end post_update;
378:

Line 610: g_debug :=hr_utility.debug_enabled;

606:
607: l_proc varchar2(72) ;
608:
609: begin
610: g_debug :=hr_utility.debug_enabled;
611: if g_debug then
612: l_proc := g_package||'upd';
613: hr_utility.set_location('Entering:'||l_proc, 5);
614: end if;

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

609: begin
610: g_debug :=hr_utility.debug_enabled;
611: if g_debug then
612: l_proc := g_package||'upd';
613: hr_utility.set_location('Entering:'||l_proc, 5);
614: end if;
615:
616: -- we must lock the row which we need to update.
617:

Line 697: g_debug :=hr_utility.debug_enabled;

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

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

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

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

751:
752: p_object_version_number := l_rec.object_version_number;
753:
754: if g_debug then
755: hr_utility.set_location(' Leaving:'||l_proc, 10);
756: end if;
757:
758: end upd;
759: