DBA Data[Home] [Help]

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

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

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

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

99: --
100: --
101: --
102: if g_debug then
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: end if;
105: --
106: Exception
107: When hr_api.check_integrity_violated Then

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

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

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

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

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

211: l_proc varchar2(72) := g_package||'post_update';
212: --
213: Begin
214: if g_debug then
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: end if;
217: begin
218: --
219: hxc_han_rku.after_update

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

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

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

337: l_proc varchar2(72) := g_package||'upd';
338: --
339: Begin
340: if g_debug then
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: end if;
343: --
344: -- We must lock the row which we need to update.
345: --

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

398: l_proc varchar2(72) := g_package||'upd';
399: --
400: Begin
401: if g_debug then
402: hr_utility.set_location('Entering:'||l_proc, 5);
403: end if;
404: --
405: -- Call conversion function to turn arguments into the
406: -- l_rec structure.

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

424: );
425: p_object_version_number := l_rec.object_version_number;
426: --
427: if g_debug then
428: hr_utility.set_location(' Leaving:'||l_proc, 10);
429: end if;
430: End upd;
431: --
432: end hxc_han_upd;