DBA Data[Home] [Help]

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

Line 120: g_debug :=hr_utility.debug_enabled;

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

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

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

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

141: ,p_component_class => p_rec.component_class
142: ,p_render_type => p_rec.render_type);
143: --
144: if g_debug then
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: end if;
147: End insert_validate;
148: --
149: -- ----------------------------------------------------------------------------

Line 159: g_debug :=hr_utility.debug_enabled;

155: --
156: l_proc varchar2(72) ;
157: --
158: Begin
159: g_debug :=hr_utility.debug_enabled;
160: if g_debug then
161: l_proc := g_package||'update_validate';
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: end if;

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

158: Begin
159: g_debug :=hr_utility.debug_enabled;
160: if g_debug then
161: l_proc := g_package||'update_validate';
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: end if;
164: --
165: -- Call all supporting business operations
166: --

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

185: ,p_component_class => p_rec.component_class
186: ,p_render_type => p_rec.render_type);
187: --
188: if g_debug then
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: end if;
191: End update_validate;
192: --
193: -- ----------------------------------------------------------------------------

Line 203: g_debug :=hr_utility.debug_enabled;

199: --
200: l_proc varchar2(72) ;
201: --
202: Begin
203: g_debug :=hr_utility.debug_enabled;
204: if g_debug then
205: l_proc := g_package||'delete_validate';
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: end if;

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

202: Begin
203: g_debug :=hr_utility.debug_enabled;
204: if g_debug then
205: l_proc := g_package||'delete_validate';
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: end if;
208: --
209: -- Call all supporting business operations
210: --

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

208: --
209: -- Call all supporting business operations
210: --
211: if g_debug then
212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: end if;
214: End delete_validate;
215: --
216: end hxc_uld_bus;