DBA Data[Home] [Help]

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

Line 83: g_debug :=hr_utility.debug_enabled;

79: --
80: l_proc varchar2(72) ;
81: --
82: Begin
83: g_debug :=hr_utility.debug_enabled;
84: if g_debug then
85: l_proc := g_package||'insert_validate';
86: hr_utility.set_location('Entering:'||l_proc, 5);
87: end if;

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

82: Begin
83: g_debug :=hr_utility.debug_enabled;
84: if g_debug then
85: l_proc := g_package||'insert_validate';
86: hr_utility.set_location('Entering:'||l_proc, 5);
87: end if;
88: --
89: -- Call all supporting business operations
90: --

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

90: --
91: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.
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 123: hr_utility.set_location(' Leaving:'||l_proc, 10);

119: (p_rec => p_rec
120: );
121: --
122: if g_debug then
123: hr_utility.set_location(' Leaving:'||l_proc, 10);
124: end if;
125: End update_validate;
126: --
127: -- ----------------------------------------------------------------------------

Line 137: g_debug :=hr_utility.debug_enabled;

133: --
134: l_proc varchar2(72) ;
135: --
136: Begin
137: g_debug :=hr_utility.debug_enabled;
138: if g_debug then
139: l_proc := g_package||'delete_validate';
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: end if;

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

136: Begin
137: g_debug :=hr_utility.debug_enabled;
138: if g_debug then
139: l_proc := g_package||'delete_validate';
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: end if;
142: --
143: -- Call all supporting business operations
144: --

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

142: --
143: -- Call all supporting business operations
144: --
145: if g_debug then
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: end if;
148: End delete_validate;
149: --
150: end hxc_ult_bus;