DBA Data[Home] [Help]

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

Line 131: g_debug:=hr_utility.debug_enabled;

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

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

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

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

139: ,p_argument => 'ALIAS_DEFINITION_ID'
140: ,p_argument_value => p_alias_definition_id
141: );
142: if g_debug then
143: hr_utility.set_location(l_proc,6);
144: end if;
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'LANGUAGE'

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

161: Close C_Sel1;
162: --
163: --
164: if g_debug then
165: hr_utility.set_location(' Leaving:'||l_proc, 10);
166: end if;
167: --
168: -- We need to trap the ORA LOCK exception
169: --