DBA Data[Home] [Help]

APPS.PQH_STR_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_str_ins.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11:
12: --
13: -- The following global variables are only to be used by
14: -- the set_base_key_value and pre_insert procedures.

Line 28: g_debug := hr_utility.debug_enabled;

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

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

28: g_debug := hr_utility.debug_enabled;
29:
30: if g_debug then
31: --
32: hr_utility.set_location('Entering:'||l_proc, 10);
33: --
34: End if;
35: --
36: pqh_str_ins.g_stat_situation_rule_id_i := p_stat_situation_rule_id;

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

36: pqh_str_ins.g_stat_situation_rule_id_i := p_stat_situation_rule_id;
37: --
38: if g_debug then
39: --
40: hr_utility.set_location(' Leaving:'||l_proc, 20);
41: --
42: End if;
43:
44: End set_base_key_value;

Line 95: g_debug boolean := hr_utility.debug_enabled;

91: (p_rec in out nocopy pqh_str_shd.g_rec_type
92: ) is
93: --
94: l_proc varchar2(72) := g_package||'insert_dml';
95: g_debug boolean := hr_utility.debug_enabled;
96: --
97: Begin
98: if g_debug then
99: --

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

96: --
97: Begin
98: if g_debug then
99: --
100: hr_utility.set_location('Entering:'||l_proc, 5);
101: --
102: End if;
103:
104: p_rec.object_version_number := 1; -- Initialise the object version

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

134: --
135: --
136: --
137: if g_debug then
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: end if;
140: Exception
141: When hr_api.check_integrity_violated Then
142: -- A check constraint has been violated

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

212: --
213: Begin
214: if g_debug then
215: --
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: End if;
219:
220: --

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

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

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

301: --
302: Begin
303: if g_debug then
304: --
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: End if;
308: begin
309: --

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

342: end;
343: --
344: if g_debug then
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 10);
347: --
348: End if;
349:
350: End post_insert;

Line 364: g_debug := hr_utility.debug_enabled;

360: l_proc varchar2(72) := g_package||'ins';
361: --
362: Begin
363:
364: g_debug := hr_utility.debug_enabled;
365:
366: if g_debug then
367: --
368: hr_utility.set_location('Entering:'||l_proc, 5);

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

364: g_debug := hr_utility.debug_enabled;
365:
366: if g_debug then
367: --
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: End if;
371:
372: --

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

399: hr_multi_message.end_validation_set;
400: --
401: if g_debug then
402: --
403: hr_utility.set_location('Leaving:'||l_proc, 20);
404: --
405: End if;
406:
407: end ins;

Line 431: g_debug := hr_utility.debug_enabled;

427: l_proc varchar2(72) := g_package||'ins';
428: --
429: Begin
430:
431: g_debug := hr_utility.debug_enabled;
432:
433: if g_debug then
434: --
435: hr_utility.set_location('Entering:'||l_proc, 5);

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

431: g_debug := hr_utility.debug_enabled;
432:
433: if g_debug then
434: --
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: End if;
438: --
439: -- Call conversion function to turn arguments into the

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

468: p_object_version_number := l_rec.object_version_number;
469: --
470: if g_debug then
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 10);
473: --
474: End if;
475:
476: End ins;