DBA Data[Home] [Help]

APPS.HXC_ULP_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_ulp_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 89: g_debug :=hr_utility.debug_enabled;

85: --
86: l_proc varchar2(72) ;
87: --
88: Begin
89: g_debug :=hr_utility.debug_enabled;
90: if g_debug then
91: l_proc := g_package||'insert_validate';
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: end if;

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

88: Begin
89: g_debug :=hr_utility.debug_enabled;
90: if g_debug then
91: l_proc := g_package||'insert_validate';
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: end if;
94: --
95: -- Call all supporting business operations
96: --

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

103: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
104: --
105: --
106: if g_debug then
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: end if;
109: End insert_validate;
110: --
111: -- ----------------------------------------------------------------------------

Line 121: g_debug :=hr_utility.debug_enabled;

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

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

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

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

139: );
140: --
141: --
142: if g_debug then
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: end if;
145: End update_validate;
146: --
147: -- ----------------------------------------------------------------------------

Line 157: g_debug :=hr_utility.debug_enabled;

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

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

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

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

162: --
163: -- Call all supporting business operations
164: --
165: if g_debug then
166: hr_utility.set_location(' Leaving:'||l_proc, 10);
167: end if;
168: End delete_validate;
169: --
170: end hxc_ulp_bus;