DBA Data[Home] [Help]

APPS.HXC_VTL_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_vtl_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 90: g_debug :=hr_utility.debug_enabled;

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

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

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

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

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

Line 122: g_debug :=hr_utility.debug_enabled;

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

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

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

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

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

Line 158: g_debug :=hr_utility.debug_enabled;

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

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

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

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

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