DBA Data[Home] [Help]

APPS.PQH_STR_DEL dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_str_del.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11:
12: --
13: -- ----------------------------------------------------------------------------
14: -- |------------------------------< delete_dml >------------------------------|

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

60: Begin
61:
62: if g_debug then
63: --
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: --
66: End if;
67:
68:

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

77: --
78: --
79: if g_debug then
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: End if;
84:
85: --

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

132: --
133: Begin
134: if g_debug then
135: --
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: End if;
139: --
140: if g_debug then

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

138: End if;
139: --
140: if g_debug then
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 10);
143: --
144: End if;
145:
146: End pre_delete;

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

183: --
184: Begin
185: if g_debug then
186: --
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: End if;
190:
191: begin

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

224: end;
225: --
226: if g_debug then
227: --
228: hr_utility.set_location(' Leaving:'||l_proc, 10);
229: --
230: End if;
231:
232: End post_delete;

Line 245: g_debug := hr_utility.debug_enabled;

241: l_proc varchar2(72) := g_package||'del';
242: --
243: Begin
244:
245: g_debug := hr_utility.debug_enabled;
246:
247: if g_debug then
248: --
249: hr_utility.set_location('Entering:'||l_proc, 5);

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

245: g_debug := hr_utility.debug_enabled;
246:
247: if g_debug then
248: --
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: End if;
252:
253: --

Line 298: g_debug := hr_utility.debug_enabled;

294: l_proc varchar2(72) := g_package||'del';
295: --
296: Begin
297:
298: g_debug := hr_utility.debug_enabled;
299:
300: if g_debug then
301: --
302: hr_utility.set_location('Entering:'||l_proc, 5);

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

298: g_debug := hr_utility.debug_enabled;
299:
300: if g_debug then
301: --
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: End if;
305:
306: --

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

319: pqh_str_del.del(l_rec);
320: --
321: if g_debug then
322: --
323: hr_utility.set_location(' Leaving:'||l_proc, 10);
324: --
325: End if;
326: End del;
327: --