DBA Data[Home] [Help]

APPS.HXC_HRP_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_hrp_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 103: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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

Line 279: g_debug:=hr_utility.debug_enabled;

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

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

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

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 330: g_debug:=hr_utility.debug_enabled;

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

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

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

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

361: p_recurring_period_id := l_rec.recurring_period_id;
362: p_object_version_number := l_rec.object_version_number;
363: --
364: if g_debug then
365: hr_utility.set_location(' Leaving:'||l_proc, 10);
366: end if;
367: End ins;
368: --
369: end hxc_hrp_ins;