DBA Data[Home] [Help]

APPS.PAY_BLT_SHD dependencies on HR_UTILITY

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

222: --
223: l_proc varchar2(72) := g_package||'lck';
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: hr_api.mandatory_arg_error
229: (p_api_name => l_proc
230: ,p_argument => 'BALANCE_TYPE_ID'

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

229: (p_api_name => l_proc
230: ,p_argument => 'BALANCE_TYPE_ID'
231: ,p_argument_value => p_balance_type_id
232: );
233: hr_utility.set_location(l_proc,6);
234: hr_api.mandatory_arg_error
235: (p_api_name => l_proc
236: ,p_argument => 'OBJECT_VERSION_NUMBER'
237: ,p_argument_value => p_object_version_number

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

253: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
254: fnd_message.raise_error;
255: End If;
256: --
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: --
259: -- We need to trap the ORA LOCK exception
260: --
261: Exception