DBA Data[Home] [Help]

APPS.BEN_RTS_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) := ' ben_rts_ins.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following global variables are only to be used by
12: -- the set_base_key_value and pre_insert procedures.
13: --

Line 26: hr_utility.set_location('Entering:'||l_proc, 10);

22: l_proc varchar2(72) := g_package||'set_base_key_value';
23: --
24: Begin
25: if g_debug then
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: end if;
28: --
29: ben_rts_ins.g_person_rate_id_i := p_person_rate_id;
30: --

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

28: --
29: ben_rts_ins.g_person_rate_id_i := p_person_rate_id;
30: --
31: if g_debug then
32: hr_utility.set_location(' Leaving:'||l_proc, 20);
33: end if;
34: End set_base_key_value;
35: --
36: --

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

84: l_proc varchar2(72) := g_package||'insert_dml';
85: --
86: Begin
87: if g_debug then
88: hr_utility.set_location('Entering:'||l_proc, 5);
89: end if;
90: p_rec.object_version_number := 1; -- Initialise the object version
91: --
92: ben_rts_shd.g_api_dml := true; -- Set the api dml status

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

204: --
205: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
206: --
207: if g_debug then
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: end if;
210: Exception
211: When hr_api.check_integrity_violated Then
212: -- A check constraint has been violated

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

281: l_exists varchar2(1);
282: --
283: Begin
284: if g_debug then
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: end if;
287: --
288: If (ben_rts_ins.g_person_rate_id_i is not null) Then
289: --

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

319: Close C_Sel1;
320: End If;
321: --
322: if g_debug then
323: hr_utility.set_location(' Leaving:'||l_proc, 10);
324: end if;
325: End pre_insert;
326: --
327: -- ----------------------------------------------------------------------------

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

363: l_proc varchar2(72) := g_package||'post_insert';
364: --
365: Begin
366: if g_debug then
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: end if;
369: begin
370: --
371: ben_rts_rki.after_insert

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

485: --
486: end;
487: --
488: if g_debug then
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: end if;
491: End post_insert;
492: --
493: -- ----------------------------------------------------------------------------

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

500: l_proc varchar2(72) := g_package||'ins';
501: --
502: Begin
503: if g_debug then
504: hr_utility.set_location('Entering:'||l_proc, 5);
505: end if;
506: --
507: -- Call the supporting insert validate operations
508: --

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

530: -- Call to raise any errors on multi-message list
531: hr_multi_message.end_validation_set;
532: --
533: if g_debug then
534: hr_utility.set_location('Leaving:'||l_proc, 20);
535: end if;
536: end ins;
537: --
538: -- ----------------------------------------------------------------------------

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

597: l_proc varchar2(72) := g_package||'ins';
598: --
599: Begin
600: if g_debug then
601: hr_utility.set_location('Entering:'||l_proc, 5);
602: end if;
603: --
604: -- Call conversion function to turn arguments into the
605: -- p_rec structure.

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

675: p_object_version_number := l_rec.object_version_number;
676:
677: --
678: if g_debug then
679: hr_utility.set_location(' Leaving:'||l_proc, 10);
680: end if;
681: End ins;
682: --
683: end ben_rts_ins;