DBA Data[Home] [Help]

APPS.OTA_CRE_SHD dependencies on HR_UTILITY

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

187: --
188: l_proc varchar2(72) := g_package||'lck';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: --
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc
195: ,p_argument => 'CERT_ENROLLMENT_ID'

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

194: (p_api_name => l_proc
195: ,p_argument => 'CERT_ENROLLMENT_ID'
196: ,p_argument_value => p_cert_enrollment_id
197: );
198: hr_utility.set_location(l_proc,6);
199: hr_api.mandatory_arg_error
200: (p_api_name => l_proc
201: ,p_argument => 'OBJECT_VERSION_NUMBER'
202: ,p_argument_value => p_object_version_number

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

218: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
219: fnd_message.raise_error;
220: End If;
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: --
224: -- We need to trap the ORA LOCK exception
225: --
226: Exception