DBA Data[Home] [Help]

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

Line 130: g_debug:=hr_utility.debug_enabled;

126: --
127: l_proc varchar2(72);
128: --
129: Begin
130: g_debug:=hr_utility.debug_enabled;
131: if g_debug then
132: l_proc := g_package||'lck';
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: end if;

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

129: Begin
130: g_debug:=hr_utility.debug_enabled;
131: if g_debug then
132: l_proc := g_package||'lck';
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: end if;
135: --
136: hr_api.mandatory_arg_error
137: (p_api_name => l_proc

Line 142: hr_utility.set_location(l_proc,6);

138: ,p_argument => 'ALIAS_TYPE_ID'
139: ,p_argument_value => p_alias_type_id
140: );
141: if g_debug then
142: hr_utility.set_location(l_proc,6);
143: end if;
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc
146: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

164: fnd_message.raise_error;
165: End If;
166: --
167: if g_debug then
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: end if;
170: --
171: -- We need to trap the ORA LOCK exception
172: --