DBA Data[Home] [Help]

APPS.HXC_HEG_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_heg_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 90: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

149: --
150: Begin
151: if g_debug then
152: l_proc := g_package||'pre_update';
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: end if;
157: End pre_update;

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

151: if g_debug then
152: l_proc := g_package||'pre_update';
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: end if;
157: End pre_update;
158: --
159: -- ----------------------------------------------------------------------------

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

194: --
195: Begin
196: if g_debug then
197: l_proc := g_package||'post_update';
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: end if;
200: begin
201: --
202: hxc_heg_rku.after_update

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

238: --
239: end;
240: --
241: if g_debug then
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: end if;
244: End post_update;
245: --
246: -- ----------------------------------------------------------------------------

Line 315: g_debug:=hr_utility.debug_enabled;

311: --
312: l_proc varchar2(72);
313: --
314: Begin
315: g_debug:=hr_utility.debug_enabled;
316: if g_debug then
317: l_proc := g_package||'upd';
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: end if;

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

314: Begin
315: g_debug:=hr_utility.debug_enabled;
316: if g_debug then
317: l_proc := g_package||'upd';
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: end if;
320: --
321: -- We must lock the row which we need to update.
322: --

Line 371: g_debug:=hr_utility.debug_enabled;

367: l_rec hxc_heg_shd.g_rec_type;
368: l_proc varchar2(72);
369: --
370: Begin
371: g_debug:=hr_utility.debug_enabled;
372: if g_debug then
373: l_proc := g_package||'upd';
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: end if;

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

370: Begin
371: g_debug:=hr_utility.debug_enabled;
372: if g_debug then
373: l_proc := g_package||'upd';
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: end if;
376: --
377: -- Call conversion function to turn arguments into the
378: -- l_rec structure.

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

397: );
398: p_object_version_number := l_rec.object_version_number;
399: --
400: if g_debug then
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: end if;
403: End upd;
404: --
405: end hxc_heg_upd;