DBA Data[Home] [Help]

APPS.BEN_EXT_DECODES dependencies on HR_UTILITY

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

23: l_rslt_elmt varchar2(100) := null;
24:
25: begin
26: --
27: hr_utility.set_location('Entering'||l_proc, 5);
28: --
29: null;
30: -- this program is no longer used and should be removed from arcs. logic
31: -- has been moved to benxfrmt.pkb.

Line 33: hr_utility.set_location('Exiting'||l_proc, 15);

29: null;
30: -- this program is no longer used and should be removed from arcs. logic
31: -- has been moved to benxfrmt.pkb.
32: --
33: hr_utility.set_location('Exiting'||l_proc, 15);
34: --
35: end main; -- main
36: -- ------------------------------------------------------------------
37: -- |------------------------< apply_decode >------------------------|

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

48:
49: --
50: Begin
51: --
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: --
54: null;
55: -- this program is no longer used and should be removed from arcs. logic
56: -- has been moved to benxfrmt.pkb.

Line 58: hr_utility.set_location(' Exiting:'||l_proc, 15);

54: null;
55: -- this program is no longer used and should be removed from arcs. logic
56: -- has been moved to benxfrmt.pkb.
57: --
58: hr_utility.set_location(' Exiting:'||l_proc, 15);
59: --
60: End apply_decode;
61: --
62: --