DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 281: g_debug :=hr_utility.debug_enabled;

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

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

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

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

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

Line 331: g_debug :=hr_utility.debug_enabled;

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

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

330: Begin
331: g_debug :=hr_utility.debug_enabled;
332: if g_debug then
333: l_proc := g_package||'ins';
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: end if;
336: --
337: -- Call conversion function to turn arguments into the
338: -- p_rec structure.

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

374: p_layout_id := l_rec.layout_id;
375: p_object_version_number := l_rec.object_version_number;
376: --
377: if g_debug then
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: end if;
380: End ins;
381: --
382: end hxc_ula_ins;