DBA Data[Home] [Help]

APPS.HR_OTT_SHD dependencies on HR_UTILITY

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

123: --
124: l_proc varchar2(72) := g_package||'lck';
125: --
126: Begin
127: hr_utility.set_location('Entering:'||l_proc, 5);
128: --
129: hr_api.mandatory_arg_error
130: (p_api_name => l_proc
131: ,p_argument => 'OPTION_TYPE_ID'

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

130: (p_api_name => l_proc
131: ,p_argument => 'OPTION_TYPE_ID'
132: ,p_argument_value => p_option_type_id
133: );
134: hr_utility.set_location(l_proc,6);
135: hr_api.mandatory_arg_error
136: (p_api_name => l_proc
137: ,p_argument => 'LANGUAGE'
138: ,p_argument_value => p_language

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

150: End If;
151: Close C_Sel1;
152: --
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: --
156: -- We need to trap the ORA LOCK exception
157: --
158: Exception