DBA Data[Home] [Help]

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

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

59: --
60: Begin
61: if g_debug then
62: l_proc := g_package||'insert_dml';
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: end if;
65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: --

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

103: --
104: --
105: --
106: if g_debug then
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: end if;
109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated

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

174: --
175: Begin
176: if g_debug then
177: l_proc := g_package||'pre_insert';
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: end if;
180: --
181: --
182: -- Select the next sequence number

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

185: Fetch C_Sel1 Into p_rec.alias_definition_id;
186: Close C_Sel1;
187: --
188: if g_debug then
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: end if;
191: End pre_insert;
192: --
193: -- ----------------------------------------------------------------------------

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

230: --
231: Begin
232: if g_debug then
233: l_proc := g_package||'post_insert';
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: end if;
236: begin
237: --
238: hxc_had_rki.after_insert

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

264: --
265: end;
266: --
267: if g_debug then
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: end if;
270: End post_insert;
271: --
272: -- ----------------------------------------------------------------------------

Line 282: g_debug:=hr_utility.debug_enabled;

278: --
279: l_proc varchar2(72);
280: --
281: Begin
282: g_debug:=hr_utility.debug_enabled;
283: if g_debug then
284: l_proc := g_package||'ins';
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: end if;

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

281: Begin
282: g_debug:=hr_utility.debug_enabled;
283: if g_debug then
284: l_proc := g_package||'ins';
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: end if;
287: --
288: -- Call the supporting insert validate operations
289: --

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

305: (p_rec
306: );
307: --
308: if g_debug then
309: hr_utility.set_location('Leaving:'||l_proc, 20);
310: end if;
311: end ins;
312: --
313: -- ----------------------------------------------------------------------------

Line 333: g_debug:=hr_utility.debug_enabled;

329: l_rec hxc_had_shd.g_rec_type;
330: l_proc varchar2(72);
331: --
332: Begin
333: g_debug:=hr_utility.debug_enabled;
334: if g_debug then
335: l_proc := g_package||'ins';
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: end if;

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

332: Begin
333: g_debug:=hr_utility.debug_enabled;
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 conversion function to turn arguments into the
340: -- p_rec structure.

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

375: ,p_prompt => p_prompt
376: );
377:
378: if g_debug then
379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: end if;
381: End ins;
382: --
383: end hxc_had_ins;