DBA Data[Home] [Help]

APPS.HXC_TKG_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_tkg_ins.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< insert_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||'insert_dml';
62: hr_utility.set_location('Entering:'||l_proc, 5);
63: end if;
64: p_rec.object_version_number := 1; -- Initialise the object version
65: --
66: hxc_tkg_shd.g_api_dml := true; -- Set the api dml status

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

94: --
95: hxc_tkg_shd.g_api_dml := false; -- Unset the api dml status
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 168: hr_utility.set_location('Entering:'||l_proc, 5);

164: Begin
165:
166: if g_debug then
167: l_proc := g_package||'pre_insert';
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: end if;
170: --
171: --
172: -- Select the next sequence number

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

175: Fetch C_Sel1 Into p_rec.tk_group_id;
176: Close C_Sel1;
177: --
178: if g_debug then
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: end if;
181: End pre_insert;
182: --
183: -- ----------------------------------------------------------------------------

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

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

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

247: --
248: end;
249: --
250: if g_debug then
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: end if;
253: End post_insert;
254: --
255: -- ----------------------------------------------------------------------------

Line 265: g_debug :=hr_utility.debug_enabled;

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

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

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

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 311: g_debug :=hr_utility.debug_enabled;

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

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

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

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

339: p_tk_group_id := l_rec.tk_group_id;
340: p_object_version_number := l_rec.object_version_number;
341: --
342: if g_debug then
343: hr_utility.set_location(' Leaving:'||l_proc, 10);
344: end if;
345: End ins;
346: --
347: end hxc_tkg_ins;