DBA Data[Home] [Help]

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

Line 84: g_debug:=hr_utility.debug_enabled;

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

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

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

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

98: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
99: --
100: --
101: if g_debug then
102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: end if;
104: End insert_validate;
105: --
106: -- ----------------------------------------------------------------------------

Line 116: g_debug:=hr_utility.debug_enabled;

112: --
113: l_proc varchar2(72);
114: --
115: Begin
116: g_debug:=hr_utility.debug_enabled;
117: if g_debug then
118: l_proc:= g_package||'update_validate';
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: end if;

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

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

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

134: );
135: --
136: --
137: if g_debug then
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: end if;
140: End update_validate;
141: --
142: -- ----------------------------------------------------------------------------

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

150: --
151: Begin
152: if g_debug then
153: l_proc := g_package||'delete_validate';
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: end if;
156: --
157: -- Call all supporting business operations
158: --

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

156: --
157: -- Call all supporting business operations
158: --
159: if g_debug then
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: end if;
162: End delete_validate;
163: --
164: end hxc_dtl_bus;