DBA Data[Home] [Help]

APPS.HXC_ULT_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_ult_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: --
67: --
68: --

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

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

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

165: Begin
166:
167: if g_debug then
168: l_proc := g_package||'pre_insert';
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: end if;
171: --
172: p_rec.layout_id := p_layout_id;
173: --

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

171: --
172: p_rec.layout_id := p_layout_id;
173: --
174: if g_debug then
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: end if;
177: End pre_insert;
178: --
179: -- ----------------------------------------------------------------------------

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

217: Begin
218:
219: if g_debug then
220: l_proc := g_package||'post_insert';
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: end if;
223: begin
224: --
225: hxc_ult_rki.after_insert

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

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

Line 262: g_debug :=hr_utility.debug_enabled;

258: --
259: l_proc varchar2(72) ;
260: --
261: Begin
262: g_debug :=hr_utility.debug_enabled;
263: if g_debug then
264: l_proc := g_package||'ins';
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: end if;

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

261: Begin
262: g_debug :=hr_utility.debug_enabled;
263: if g_debug then
264: l_proc := g_package||'ins';
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: end if;
267: --
268: -- Call the supporting insert validate operations
269: --

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

288: (p_rec
289: );
290: --
291: if g_debug then
292: hr_utility.set_location('Leaving:'||l_proc, 20);
293: end if;
294: end ins;
295: --
296: -- ----------------------------------------------------------------------------

Line 310: g_debug :=hr_utility.debug_enabled;

306: l_rec hxc_ult_shd.g_rec_type;
307: l_proc varchar2(72) ;
308: --
309: Begin
310: g_debug :=hr_utility.debug_enabled;
311: if g_debug then
312: l_proc := g_package||'ins';
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: end if;

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

309: Begin
310: g_debug :=hr_utility.debug_enabled;
311: if g_debug then
312: l_proc := g_package||'ins';
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: end if;
315: --
316: -- Call conversion function to turn arguments into the
317: -- p_rec structure.

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

337: --
338: --
339: --
340: if g_debug then
341: hr_utility.set_location(' Leaving:'||l_proc, 10);
342: end if;
343: End ins;
344: --
345: -- ----------------------------------------------------------------------------

Line 368: g_debug :=hr_utility.debug_enabled;

364: --
365: l_proc varchar2(72) ;
366: --
367: Begin
368: g_debug :=hr_utility.debug_enabled;
369: if g_debug then
370: l_proc := g_package || 'ins_tl';
371: hr_utility.set_location('Entering:'||l_proc,10);
372: end if;

Line 371: hr_utility.set_location('Entering:'||l_proc,10);

367: Begin
368: g_debug :=hr_utility.debug_enabled;
369: if g_debug then
370: l_proc := g_package || 'ins_tl';
371: hr_utility.set_location('Entering:'||l_proc,10);
372: end if;
373: --
374: -- Insert a row for the base language and every installed language.
375: --

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

382: );
383: end loop;
384: --
385: if g_debug then
386: hr_utility.set_location('Leaving:'||l_proc,20);
387: end if;
388: End ins_tl;
389: --
390: end hxc_ult_ins;