DBA Data[Home] [Help]

APPS.HXC_TKS_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_tks_ins.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following global variables are only to be used by
12: -- the set_base_key_value and pre_insert procedures.
13: --

Line 25: g_debug :=hr_utility.debug_enabled;

21: --
22: l_proc varchar2(72) ;
23: --
24: Begin
25: g_debug :=hr_utility.debug_enabled;
26: if g_debug then
27: l_proc := g_package||'set_base_key_value';
28: hr_utility.set_location('Entering:'||l_proc, 10);
29: end if;

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

24: Begin
25: g_debug :=hr_utility.debug_enabled;
26: if g_debug then
27: l_proc := g_package||'set_base_key_value';
28: hr_utility.set_location('Entering:'||l_proc, 10);
29: end if;
30: --
31: hxc_tks_ins.g_submission_id_i := p_submission_id;
32: --

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

30: --
31: hxc_tks_ins.g_submission_id_i := p_submission_id;
32: --
33: if g_debug then
34: hr_utility.set_location(' Leaving:'||l_proc, 20);
35: end if;
36: End set_base_key_value;
37: --
38: --

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

88: Begin
89:
90: if g_debug then
91: l_proc := g_package||'insert_dml';
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: end if;
94: --
95: --
96: --

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

110: --
111: --
112: --
113: if g_debug then
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: end if;
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated

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

189: Begin
190:
191: if g_debug then
192: l_proc := g_package||'pre_insert';
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: end if;
195: --
196: /* If (hxc_tks_ins.g_submission_id_i is not null) Then
197: --

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

228: */
229: null;
230: --
231: if g_debug then
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: end if;
234: End pre_insert;
235: --
236: -- ----------------------------------------------------------------------------

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

274: Begin
275:
276: if g_debug then
277: l_proc := g_package||'post_insert';
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: end if;
280: begin
281: --
282: /* hxc_tks_rki.after_insert

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

297: --
298: end;
299: --
300: if g_debug then
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: end if;
303: End post_insert;
304: --
305: -- ----------------------------------------------------------------------------

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||'ins';
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||'ins';
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: end if;
320: --
321: -- Call the supporting insert validate operations
322: --

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

342: -- Call to raise any errors on multi-message list
343: hr_multi_message.end_validation_set;
344: --
345: if g_debug then
346: hr_utility.set_location('Leaving:'||l_proc, 20);
347: end if;
348: end ins;
349: --
350: -- ----------------------------------------------------------------------------

Line 362: g_debug :=hr_utility.debug_enabled;

358: l_rec hxc_tks_shd.g_rec_type;
359: l_proc varchar2(72) ;
360: --
361: Begin
362: g_debug :=hr_utility.debug_enabled;
363: if g_debug then
364: l_proc := g_package||'ins';
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: end if;

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

361: Begin
362: g_debug :=hr_utility.debug_enabled;
363: if g_debug then
364: l_proc := g_package||'ins';
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: end if;
367: --
368: -- Call conversion function to turn arguments into the
369: -- p_rec structure.

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

384: -- p_submission_id := l_rec.submission_id;
385: --
386: --
387: if g_debug then
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: end if;
390: End ins;
391: --
392: end hxc_tks_ins;