DBA Data[Home] [Help]

APPS.PER_PSP_SHD dependencies on HR_UTILITY

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

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

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

227: (p_api_name => l_proc
228: ,p_argument => 'SPINAL_POINT_ID'
229: ,p_argument_value => p_spinal_point_id
230: );
231: hr_utility.set_location(l_proc,6);
232: hr_api.mandatory_arg_error
233: (p_api_name => l_proc
234: ,p_argument => 'OBJECT_VERSION_NUMBER'
235: ,p_argument_value => p_object_version_number

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

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