DBA Data[Home] [Help]

APPS.HXC_TBB_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

63:
64:
65: if g_debug then
66: l_proc := g_package||'insert_dml';
67: hr_utility.set_location('Entering:'||l_proc, 5);
68: end if;
69: p_rec.object_version_number := 1; -- Initialise the object version
70:
71: -- insert the row into: hxc_time_building_blocks

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

125: ,fnd_global.login_id
126: );
127:
128: if g_debug then
129: hr_utility.set_location(' Leaving:'||l_proc, 10);
130: end if;
131:
132: exception
133: when hr_api.check_integrity_violated then

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

196:
197:
198: if g_debug then
199: l_proc := g_package||'pre_insert';
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: end if;
202:
203:
204: -- select the next sequence number

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

207: fetch c_sel1 into p_rec.time_building_block_id;
208: close c_sel1;
209:
210: if g_debug then
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: end if;
213:
214: end pre_insert;
215:

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

257:
258:
259: if g_debug then
260: l_proc := g_package||'post_insert';
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: end if;
263: begin
264: /*
265: hxc_tbb_rki.after_insert

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

311:
312: end;
313:
314: if g_debug then
315: hr_utility.set_location(' Leaving:'||l_proc, 10);
316: end if;
317:
318: end post_insert;
319:

Line 332: g_debug := hr_utility.debug_enabled;

328: l_proc varchar2(72);
329:
330: begin
331:
332: g_debug := hr_utility.debug_enabled;
333:
334: if g_debug then
335: l_proc := g_package||'ins';
336: hr_utility.set_location('Entering:'||l_proc, 5);

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

332: g_debug := hr_utility.debug_enabled;
333:
334: if g_debug then
335: l_proc := g_package||'ins';
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: end if;
338:
339: -- call the supporting insert validate operations
340:

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

358: ,p_rec
359: );
360:
361: if g_debug then
362: hr_utility.set_location('Leaving:'||l_proc, 20);
363: end if;
364:
365: end ins;
366:

Line 398: g_debug := hr_utility.debug_enabled;

394: l_rec hxc_tbb_shd.g_rec_type;
395: l_proc varchar2(72);
396:
397: begin
398: g_debug := hr_utility.debug_enabled;
399:
400: if g_debug then
401: l_proc := g_package||'ins';
402: hr_utility.set_location('Entering:'||l_proc, 5);

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

398: g_debug := hr_utility.debug_enabled;
399:
400: if g_debug then
401: l_proc := g_package||'ins';
402: hr_utility.set_location('Entering:'||l_proc, 5);
403: end if;
404:
405: -- call conversion function to turn arguments into the
406: -- p_rec structure.

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

443: p_time_building_block_id := l_rec.time_building_block_id;
444: p_object_version_number := l_rec.object_version_number;
445:
446: if g_debug then
447: hr_utility.set_location(' Leaving:'||l_proc, 10);
448: end if;
449:
450: end ins;
451: