DBA Data[Home] [Help]

APPS.HXC_HTS_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_hts_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_hts_shd.g_api_dml := true; -- Set the api dml status

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

94: --
95: hxc_hts_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 171: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

178: Fetch C_Sel1 Into p_rec.time_source_id;
179: Close C_Sel1;
180: --
181: if g_debug then
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: end if;
184: End pre_insert;
185: --
186: -- ----------------------------------------------------------------------------

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

226:
227:
228: if g_debug then
229: l_proc := g_package||'post_insert';
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: end if;
232: begin
233: --
234: hxc_hts_rki.after_insert

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

251: --
252: end;
253: --
254: if g_debug then
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: end if;
257: End post_insert;
258: --
259: -- ----------------------------------------------------------------------------

Line 270: g_debug := hr_utility.debug_enabled;

266: --
267: l_proc varchar2(72);
268: --
269: Begin
270: g_debug := hr_utility.debug_enabled;
271:
272: if g_debug then
273: l_proc := g_package||'ins';
274: hr_utility.set_location('Entering:'||l_proc, 5);

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

270: g_debug := hr_utility.debug_enabled;
271:
272: if g_debug then
273: l_proc := g_package||'ins';
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: end if;
276: --
277: -- Call the supporting insert validate operations
278: --

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

296: ,p_rec
297: );
298: --
299: if g_debug then
300: hr_utility.set_location('Leaving:'||l_proc, 20);
301: end if;
302: end ins;
303: --
304: -- ----------------------------------------------------------------------------

Line 318: g_debug := hr_utility.debug_enabled;

314: l_rec hxc_hts_shd.g_rec_type;
315: l_proc varchar2(72);
316: --
317: Begin
318: g_debug := hr_utility.debug_enabled;
319:
320: if g_debug then
321: l_proc := g_package||'ins';
322: hr_utility.set_location('Entering:'||l_proc, 5);

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

318: g_debug := hr_utility.debug_enabled;
319:
320: if g_debug then
321: l_proc := g_package||'ins';
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: end if;
324: --
325: -- Call conversion function to turn arguments into the
326: -- p_rec structure.

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

346: p_time_source_id := l_rec.time_source_id;
347: p_object_version_number := l_rec.object_version_number;
348: --
349: if g_debug then
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: end if;
352: End ins;
353: --
354: end hxc_hts_ins;