DBA Data[Home] [Help]

APPS.HXC_HEG_BUS 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_heg_bus.'; -- Global package name
9: g_debug boolean :=hr_utility.debug_enabled;
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.
13: --

Line 84: g_debug:=hr_utility.debug_enabled;

80: --
81: l_proc varchar2(72);
82: --
83: Begin
84: g_debug:=hr_utility.debug_enabled;
85: if g_debug then
86: l_proc := g_package||'insert_validate';
87: hr_utility.set_location('Entering:'||l_proc, 5);
88: end if;

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

83: Begin
84: g_debug:=hr_utility.debug_enabled;
85: if g_debug then
86: l_proc := g_package||'insert_validate';
87: hr_utility.set_location('Entering:'||l_proc, 5);
88: end if;
89: --
90: -- Call all supporting business operations
91: --

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

91: --
92: null;
93: --
94: if g_debug then
95: hr_utility.set_location(' Leaving:'||l_proc, 10);
96: end if;
97: End insert_validate;
98: --
99: -- ----------------------------------------------------------------------------

Line 109: g_debug:=hr_utility.debug_enabled;

105: --
106: l_proc varchar2(72);
107: --
108: Begin
109: g_debug:=hr_utility.debug_enabled;
110: if g_debug then
111: l_proc := g_package||'update_validate';
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: end if;

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

108: Begin
109: g_debug:=hr_utility.debug_enabled;
110: if g_debug then
111: l_proc := g_package||'update_validate';
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: end if;
114: --
115: -- Call all supporting business operations
116: --

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

121: );
122: --
123: --
124: if g_debug then
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: end if;
127: End update_validate;
128: --
129: -- ----------------------------------------------------------------------------

Line 139: g_debug:=hr_utility.debug_enabled;

135: --
136: l_proc varchar2(72);
137: --
138: Begin
139: g_debug:=hr_utility.debug_enabled;
140: if g_debug then
141: l_proc := g_package||'delete_validate';
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: end if;

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

138: Begin
139: g_debug:=hr_utility.debug_enabled;
140: if g_debug then
141: l_proc := g_package||'delete_validate';
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: end if;
144: --
145: -- Call all supporting business operations
146: --

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

146: --
147: null;
148: --
149: if g_debug then
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: end if;
152: End delete_validate;
153: --
154: end hxc_heg_bus;