DBA Data[Home] [Help]

APPS.HXC_HEG_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_heg_ins.'; -- Global package name
9: g_debug boolean :=hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< insert_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

57: --
58: Begin
59: if g_debug then
60: l_proc := g_package||'insert_dml';
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: end if;
63: p_rec.object_version_number := 1; -- Initialise the object version
64: --
65: hxc_heg_shd.g_api_dml := true; -- Set the api dml status

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

97: --
98: hxc_heg_shd.g_api_dml := false; -- Unset the api dml status
99: --
100: if g_debug then
101: hr_utility.set_location(' Leaving:'||l_proc, 10);
102: end if;
103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated

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

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

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

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

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

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

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

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

Line 268: g_debug:=hr_utility.debug_enabled;

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

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

267: Begin
268: g_debug:=hr_utility.debug_enabled;
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 316: g_debug:=hr_utility.debug_enabled;

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

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

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

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

346: p_entity_group_id := l_rec.entity_group_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_heg_ins;