DBA Data[Home] [Help]

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

Line 74: g_debug :=hr_utility.debug_enabled;

70: --
71: l_proc varchar2(72) ;
72: --
73: Begin
74: g_debug :=hr_utility.debug_enabled;
75: if g_debug then
76: l_proc := g_package||'insert_validate';
77: hr_utility.set_location('Entering:'||l_proc, 5);
78: end if;

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

73: Begin
74: g_debug :=hr_utility.debug_enabled;
75: if g_debug then
76: l_proc := g_package||'insert_validate';
77: hr_utility.set_location('Entering:'||l_proc, 5);
78: end if;
79: --
80: -- Call all supporting business operations
81: --

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

90: -- Validate Dependent Attributes
91: --
92: --
93: if g_debug then
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: end if;
96: End insert_validate;
97: --
98: -- ----------------------------------------------------------------------------

Line 108: g_debug :=hr_utility.debug_enabled;

104: --
105: l_proc varchar2(72) ;
106: --
107: Begin
108: g_debug :=hr_utility.debug_enabled;
109: if g_debug then
110: l_proc := g_package||'update_validate';
111: hr_utility.set_location('Entering:'||l_proc, 5);
112: end if;

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

107: Begin
108: g_debug :=hr_utility.debug_enabled;
109: if g_debug then
110: l_proc := g_package||'update_validate';
111: hr_utility.set_location('Entering:'||l_proc, 5);
112: end if;
113: --
114: -- Call all supporting business operations
115: --

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

128: );
129: --
130: --
131: if g_debug then
132: hr_utility.set_location(' Leaving:'||l_proc, 10);
133: end if;
134: End update_validate;
135: --
136: -- ----------------------------------------------------------------------------

Line 146: g_debug :=hr_utility.debug_enabled;

142: --
143: l_proc varchar2(72) ;
144: --
145: Begin
146: g_debug :=hr_utility.debug_enabled;
147: if g_debug then
148: l_proc := g_package||'delete_validate';
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: end if;

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

145: Begin
146: g_debug :=hr_utility.debug_enabled;
147: if g_debug then
148: l_proc := g_package||'delete_validate';
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: end if;
151: --
152: -- Call all supporting business operations
153: --

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

151: --
152: -- Call all supporting business operations
153: --
154: if g_debug then
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: end if;
157: End delete_validate;
158: --
159: end hxc_tks_bus;