DBA Data[Home] [Help]

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

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

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

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

96: --
97: --
98: --
99: if g_debug then
100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101: end if;
102: Exception
103: When hr_api.check_integrity_violated Then
104: -- A check constraint has been violated

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

168: Begin
169:
170: if g_debug then
171: l_proc := g_package||'pre_insert';
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: end if;
174: --
175: --
176: -- Select the next sequence number

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

179: Fetch C_Sel1 Into p_rec.layout_comp_definition_id;
180: Close C_Sel1;
181: --
182: if g_debug then
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: end if;
185: End pre_insert;
186: --
187: -- ----------------------------------------------------------------------------

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

225: Begin
226:
227: if g_debug then
228: l_proc := g_package||'post_insert';
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: end if;
231: begin
232: --
233: hxc_uld_rki.after_insert

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

253: --
254: end;
255: --
256: if g_debug then
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: end if;
259: End post_insert;
260: --
261: -- ----------------------------------------------------------------------------

Line 271: g_debug :=hr_utility.debug_enabled;

267: --
268: l_proc varchar2(72) ;
269: --
270: Begin
271: g_debug :=hr_utility.debug_enabled;
272: if g_debug then
273: l_proc := g_package||'ins';
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: end if;

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

270: Begin
271: g_debug :=hr_utility.debug_enabled;
272: if g_debug then
273: l_proc := g_package||'ins';
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: end if;
276: --
277: -- Call the supporting insert validate operations
278: --

Line 298: hr_utility.set_location('Leaving:'||l_proc, 20);

294: (p_rec
295: );
296: --
297: if g_debug then
298: hr_utility.set_location('Leaving:'||l_proc, 20);
299: end if;
300: end ins;
301: --
302: -- ----------------------------------------------------------------------------

Line 317: g_debug :=hr_utility.debug_enabled;

313: l_rec hxc_uld_shd.g_rec_type;
314: l_proc varchar2(72) ;
315: --
316: Begin
317: g_debug :=hr_utility.debug_enabled;
318: if g_debug then
319: l_proc := g_package||'ins';
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: end if;

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

316: Begin
317: g_debug :=hr_utility.debug_enabled;
318: if g_debug then
319: l_proc := g_package||'ins';
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: end if;
322: --
323: -- Call conversion function to turn arguments into the
324: -- p_rec structure.

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

345: p_layout_comp_definition_id := l_rec.layout_comp_definition_id;
346: p_object_version_number := l_rec.object_version_number;
347: --
348: if g_debug then
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: end if;
351: End ins;
352: --
353: end hxc_uld_ins;