DBA Data[Home] [Help]

APPS.HXC_HTR_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

62:
63:
64: if g_debug then
65: l_proc := g_package||'insert_dml';
66: hr_utility.set_location('Entering:'||l_proc, 5);
67: end if;
68: p_rec.object_version_number := 1; -- Initialise the object version
69: --
70: hxc_htr_shd.g_api_dml := true; -- Set the api dml status

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

110: --
111: hxc_htr_shd.g_api_dml := false; -- Unset the api dml status
112: --
113: if g_debug then
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: end if;
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated

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

183:
184:
185: if g_debug then
186: l_proc := g_package||'pre_insert';
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: end if;
189: --
190: --
191: -- Select the next sequence number

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

194: Fetch C_Sel1 Into p_rec.time_recipient_id;
195: Close C_Sel1;
196: --
197: if g_debug then
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: end if;
200: End pre_insert;
201: --
202: -- ----------------------------------------------------------------------------

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

242:
243:
244: if g_debug then
245: l_proc := g_package||'post_insert';
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: end if;
248: begin
249: --
250: hxc_htr_rki.after_insert

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

283: --
284: end;
285: --
286: if g_debug then
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: end if;
289: End post_insert;
290: --
291: -- ----------------------------------------------------------------------------

Line 302: g_debug := hr_utility.debug_enabled;

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

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

302: g_debug := hr_utility.debug_enabled;
303:
304: if g_debug then
305: l_proc := g_package||'ins';
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: end if;
308: --
309: -- Call the supporting insert validate operations
310: --

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

328: ,p_rec
329: );
330: --
331: if g_debug then
332: hr_utility.set_location('Leaving:'||l_proc, 20);
333: end if;
334: end ins;
335: --
336: -- ----------------------------------------------------------------------------

Line 358: g_debug := hr_utility.debug_enabled;

354: l_rec hxc_htr_shd.g_rec_type;
355: l_proc varchar2(72);
356: --
357: Begin
358: g_debug := hr_utility.debug_enabled;
359:
360: if g_debug then
361: l_proc := g_package||'ins';
362: hr_utility.set_location('Entering:'||l_proc, 5);

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

358: g_debug := hr_utility.debug_enabled;
359:
360: if g_debug then
361: l_proc := g_package||'ins';
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: end if;
364: --
365: -- Call conversion function to turn arguments into the
366: -- p_rec structure.

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

394: p_time_recipient_id := l_rec.time_recipient_id;
395: p_object_version_number := l_rec.object_version_number;
396: --
397: if g_debug then
398: hr_utility.set_location(' Leaving:'||l_proc, 10);
399: end if;
400: End ins;
401: --
402: end hxc_htr_ins;