DBA Data[Home] [Help]

APPS.HXC_MAP_INS dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

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

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

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

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

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

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

Line 267: g_debug := hr_utility.debug_enabled;

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

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

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

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

291: (p_rec
292: );
293: --
294: if g_debug then
295: hr_utility.set_location('Leaving:'||l_proc, 20);
296: end if;
297: end ins;
298: --
299: -- ----------------------------------------------------------------------------

Line 312: g_debug := hr_utility.debug_enabled;

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

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

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

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

339: p_mapping_id := l_rec.mapping_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_map_ins;