DBA Data[Home] [Help]

APPS.HXC_HRR_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_hrr_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 113: hr_utility.set_location(' Leaving:'||l_proc, 10);

109: --
110: --
111: --
112: if g_debug then
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: end if;
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated

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

180: --
181: Begin
182: if g_debug then
183: l_proc := g_package||'pre_insert';
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: end if;
186: --
187: --
188: -- Select the next sequence number

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

191: Fetch C_Sel1 Into p_rec.resource_rule_id;
192: Close C_Sel1;
193: --
194: if g_debug then
195: hr_utility.set_location(' Leaving:'||l_proc, 10);
196: end if;
197: End pre_insert;
198: --
199: -- ----------------------------------------------------------------------------

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

237: --
238: Begin
239: if g_debug then
240: l_proc := g_package||'post_insert';
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: end if;
243: begin
244: --
245: hxc_hrr_rki.after_insert

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

278: --
279: end;
280: --
281: if g_debug then
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: end if;
284: End post_insert;
285: --
286: -- ----------------------------------------------------------------------------

Line 297: g_debug:=hr_utility.debug_enabled;

293: --
294: l_proc varchar2(72);
295: --
296: Begin
297: g_debug:=hr_utility.debug_enabled;
298: if g_debug then
299: l_proc := g_package||'ins';
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: end if;

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

296: Begin
297: g_debug:=hr_utility.debug_enabled;
298: if g_debug then
299: l_proc := g_package||'ins';
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: end if;
302: --
303: -- Call the supporting insert validate operations
304: --

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

322: ,p_rec
323: );
324: --
325: if g_debug then
326: hr_utility.set_location('Leaving:'||l_proc, 20);
327: end if;
328: end ins;
329: --
330: -- ----------------------------------------------------------------------------

Line 353: g_debug:=hr_utility.debug_enabled;

349: l_rec hxc_hrr_shd.g_rec_type;
350: l_proc varchar2(72);
351: --
352: Begin
353: g_debug:=hr_utility.debug_enabled;
354: if g_debug then
355: l_proc := g_package||'ins';
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: end if;

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

352: Begin
353: g_debug:=hr_utility.debug_enabled;
354: if g_debug then
355: l_proc := g_package||'ins';
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: end if;
358: --
359: -- Call conversion function to turn arguments into the
360: -- p_rec structure.

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

389: p_resource_rule_id := l_rec.resource_rule_id;
390: p_object_version_number := l_rec.object_version_number;
391: --
392: if g_debug then
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: end if;
395: End ins;
396: --
397: end hxc_hrr_ins;