DBA Data[Home] [Help]

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

Line 119: g_debug :=hr_utility.debug_enabled;

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

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

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

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

138: (p_layout_name => p_rec.layout_name
139: ,p_application_id => p_rec.application_id);
140: --
141: if g_debug then
142: hr_utility.set_location(' Leaving:'||l_proc, 10);
143: end if;
144: End insert_validate;
145: --
146: -- ----------------------------------------------------------------------------

Line 156: g_debug :=hr_utility.debug_enabled;

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

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

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

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

180: ,p_layout_name => p_rec.layout_name
181: ,p_application_id => p_rec.application_id);
182: --
183: if g_debug then
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: end if;
186: End update_validate;
187: --
188: -- ----------------------------------------------------------------------------

Line 198: g_debug :=hr_utility.debug_enabled;

194: --
195: l_proc varchar2(72) ;
196: --
197: Begin
198: g_debug :=hr_utility.debug_enabled;
199: if g_debug then
200: l_proc := g_package||'delete_validate';
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: end if;

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

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

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

203: --
204: -- Call all supporting business operations
205: --
206: if g_debug then
207: hr_utility.set_location(' Leaving:'||l_proc, 10);
208: end if;
209: End delete_validate;
210: --
211: end hxc_ula_bus;