DBA Data[Home] [Help]

APPS.PQH_BRE_SHD dependencies on HR_UTILITY

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

158: --
159: l_proc varchar2(72) := g_package||'lck';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_api.mandatory_arg_error
165: (p_api_name => l_proc
166: ,p_argument => 'REALLOCATION_ID'

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

165: (p_api_name => l_proc
166: ,p_argument => 'REALLOCATION_ID'
167: ,p_argument_value => p_reallocation_id
168: );
169: hr_utility.set_location(l_proc,6);
170: hr_api.mandatory_arg_error
171: (p_api_name => l_proc
172: ,p_argument => 'OBJECT_VERSION_NUMBER'
173: ,p_argument_value => p_object_version_number

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

189: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
190: fnd_message.raise_error;
191: End If;
192: --
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: --
195: -- We need to trap the ORA LOCK exception
196: --
197: Exception