DBA Data[Home] [Help]

APPS.HXC_TKGQC_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_tkgqc_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------
13: -- |------------------------< return_api_dml_status >-------------------------|
14: -- ----------------------------------------------------------------------------

Line 147: g_debug :=hr_utility.debug_enabled;

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

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

147: g_debug :=hr_utility.debug_enabled;
148: if g_debug then
149: l_proc := g_package||'lck';
150:
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: end if;
153: --
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc

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

156: ,p_argument => 'TK_GROUP_QUERY_CRITERIA_ID'
157: ,p_argument_value => p_tk_group_query_criteria_id
158: );
159: if g_debug then
160: hr_utility.set_location(l_proc,6);
161: end if;
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

182: fnd_message.raise_error;
183: End If;
184: --
185: if g_debug then
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: end if;
188: --
189: -- We need to trap the ORA LOCK exception
190: --