DBA Data[Home] [Help]

APPS.BEN_CSO_SHD dependencies on HR_UTILITY

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

231: --
232: l_proc varchar2(72) := g_package||'lck';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: hr_api.mandatory_arg_error
238: (p_api_name => l_proc
239: ,p_argument => 'CWB_STOCK_OPTN_DTLS_ID'

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

238: (p_api_name => l_proc
239: ,p_argument => 'CWB_STOCK_OPTN_DTLS_ID'
240: ,p_argument_value => p_cwb_stock_optn_dtls_id
241: );
242: hr_utility.set_location(l_proc,6);
243: hr_api.mandatory_arg_error
244: (p_api_name => l_proc
245: ,p_argument => 'OBJECT_VERSION_NUMBER'
246: ,p_argument_value => p_object_version_number

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

262: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
263: fnd_message.raise_error;
264: End If;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: --
268: -- We need to trap the ORA LOCK exception
269: --
270: Exception