DBA Data[Home] [Help]

APPS.HXC_ULC_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_ulc_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |-------------------------< chk_component_name >---------------------------|
13: -- ----------------------------------------------------------------------------

Line 117: g_debug :=hr_utility.debug_enabled;

113: --
114: l_proc varchar2(72) ;
115: --
116: Begin
117: g_debug :=hr_utility.debug_enabled;
118: if g_debug then
119: l_proc := g_package||'insert_validate';
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: end if;

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

116: Begin
117: g_debug :=hr_utility.debug_enabled;
118: if g_debug then
119: l_proc := g_package||'insert_validate';
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: end if;
122: --
123: -- Call all supporting business operations
124: --

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

135: -- chk_component_name
136: -- (p_component_name => p_rec.component_name);
137: --
138: if g_debug then
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: end if;
141: End insert_validate;
142: --
143: -- ----------------------------------------------------------------------------

Line 153: g_debug :=hr_utility.debug_enabled;

149: --
150: l_proc varchar2(72) ;
151: --
152: Begin
153: g_debug :=hr_utility.debug_enabled;
154: if g_debug then
155: l_proc := g_package||'update_validate';
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: end if;

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

152: Begin
153: g_debug :=hr_utility.debug_enabled;
154: if g_debug then
155: l_proc := g_package||'update_validate';
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: end if;
158: --
159: -- Call all supporting business operations
160: --

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

176: -- (p_layout_component_id => p_rec.layout_component_id
177: -- ,p_component_name => p_rec.component_name);
178: --
179: if g_debug then
180: hr_utility.set_location(' Leaving:'||l_proc, 10);
181: end if;
182: End update_validate;
183: --
184: -- ----------------------------------------------------------------------------

Line 194: g_debug :=hr_utility.debug_enabled;

190: --
191: l_proc varchar2(72) ;
192: --
193: Begin
194: g_debug :=hr_utility.debug_enabled;
195: if g_debug then
196: l_proc := g_package||'delete_validate';
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: end if;

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

193: Begin
194: g_debug :=hr_utility.debug_enabled;
195: if g_debug then
196: l_proc := g_package||'delete_validate';
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: end if;
199: --
200: -- Call all supporting business operations
201: --

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

199: --
200: -- Call all supporting business operations
201: --
202: if g_debug then
203: hr_utility.set_location(' Leaving:'||l_proc, 10);
204: end if;
205: End delete_validate;
206: --
207: end hxc_ulc_bus;