DBA Data[Home] [Help]

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

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

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

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

87: --
88: --
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 156: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

199: --
200: Begin
201: if g_debug then
202: l_proc := g_package||'post_update';
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: end if;
205: begin
206: --
207: hxc_atc_rku.after_update

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

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

Line 332: g_debug:=hr_utility.debug_enabled;

328: --
329: l_proc varchar2(72);
330: --
331: Begin
332: g_debug:=hr_utility.debug_enabled;
333: if g_debug then
334: l_proc := g_package||'upd';
335: hr_utility.set_location('Entering:'||l_proc, 5);
336: end if;

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

331: Begin
332: g_debug:=hr_utility.debug_enabled;
333: if g_debug then
334: l_proc := g_package||'upd';
335: hr_utility.set_location('Entering:'||l_proc, 5);
336: end if;
337: --
338: -- We must lock the row which we need to update.
339: --

Line 393: g_debug:=hr_utility.debug_enabled;

389: l_rec hxc_atc_shd.g_rec_type;
390: l_proc varchar2(72);
391: --
392: Begin
393: g_debug:=hr_utility.debug_enabled;
394: if g_debug then
395: l_proc:= g_package||'upd';
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: end if;

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

392: Begin
393: g_debug:=hr_utility.debug_enabled;
394: if g_debug then
395: l_proc:= g_package||'upd';
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: end if;
398: --
399: -- Call conversion function to turn arguments into the
400: -- l_rec structure.

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

418: );
419: p_object_version_number := l_rec.object_version_number;
420: --
421: if g_debug then
422: hr_utility.set_location(' Leaving:'||l_proc, 10);
423: end if;
424: End upd;
425: --
426: end hxc_atc_upd;