DBA Data[Home] [Help]

APPS.OTA_CRE_SHD dependencies on HR_UTILITY

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

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

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

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

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

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