DBA Data[Home] [Help]

APPS.HXC_HTS_UPD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

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

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

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

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

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

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

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

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

204:
205:
206: if g_debug then
207: l_proc := g_package||'post_update';
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: end if;
210: begin
211: --
212: hxc_hts_rku.after_update

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

233: --
234: end;
235: --
236: if g_debug then
237: hr_utility.set_location(' Leaving:'||l_proc, 10);
238: end if;
239: End post_update;
240: --
241: -- ----------------------------------------------------------------------------

Line 313: g_debug := hr_utility.debug_enabled;

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

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

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

Line 369: g_debug := hr_utility.debug_enabled;

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

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

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

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

393: );
394: p_object_version_number := l_rec.object_version_number;
395: --
396: if g_debug then
397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: end if;
399: End upd;
400: --
401: end hxc_hts_upd;