DBA Data[Home] [Help]

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

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

58: Begin
59:
60: if g_debug then
61: l_proc := g_package||'delete_dml';
62: hr_utility.set_location('Entering:'||l_proc, 5);
63: end if;
64: --
65: --
66: --

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

71: --
72: --
73: --
74: if g_debug then
75: hr_utility.set_location(' Leaving:'||l_proc, 10);
76: end if;
77: --
78: Exception
79: When hr_api.child_integrity_violated then

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

125: Begin
126:
127: if g_debug then
128: l_proc := g_package||'pre_delete';
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: end if;
132: End pre_delete;
133: --

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

126:
127: if g_debug then
128: l_proc := g_package||'pre_delete';
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: hr_utility.set_location(' Leaving:'||l_proc, 10);
131: end if;
132: End pre_delete;
133: --
134: -- ----------------------------------------------------------------------------

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

170: Begin
171:
172: if g_debug then
173: l_proc := g_package||'post_delete';
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: end if;
176: begin
177: --
178: /* hxc_tks_rkd.after_delete

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

193: --
194: end;
195: --
196: if g_debug then
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: end if;
199: End post_delete;
200: --
201: -- ----------------------------------------------------------------------------

Line 211: g_debug :=hr_utility.debug_enabled;

207: --
208: l_proc varchar2(72) ;
209: --
210: Begin
211: g_debug :=hr_utility.debug_enabled;
212: if g_debug then
213: l_proc := g_package||'del';
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: end if;

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

210: Begin
211: g_debug :=hr_utility.debug_enabled;
212: if g_debug then
213: l_proc := g_package||'del';
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: end if;
216: --
217: -- We must lock the row which we need to delete.
218: --

Line 258: g_debug :=hr_utility.debug_enabled;

254: l_rec hxc_tks_shd.g_rec_type;
255: l_proc varchar2(72) ;
256: --
257: Begin
258: g_debug :=hr_utility.debug_enabled;
259: if g_debug then
260: l_proc := g_package||'del';
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: end if;

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

257: Begin
258: g_debug :=hr_utility.debug_enabled;
259: if g_debug then
260: l_proc := g_package||'del';
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: end if;
263: --
264: -- As the delete procedure accepts a plsql record structure we do need to
265: -- convert the arguments into the record structure.

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

275: --
276: hxc_tks_del.del(l_rec);
277: --
278: if g_debug then
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: end if;
281: End del;
282: --
283: end hxc_tks_del;