DBA Data[Home] [Help]

APPS.OTA_OFF_SHD dependencies on HR_UTILITY

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

250: --
251: l_proc varchar2(72) := g_package||'lck';
252: --
253: Begin
254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: hr_api.mandatory_arg_error
257: (p_api_name => l_proc
258: ,p_argument => 'OFFERING_ID'

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

257: (p_api_name => l_proc
258: ,p_argument => 'OFFERING_ID'
259: ,p_argument_value => p_offering_id
260: );
261: hr_utility.set_location(l_proc,6);
262:
263: hr_api.mandatory_arg_error
264: (p_api_name => l_proc
265: ,p_argument => 'OBJECT_VERSION_NUMBER'

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

282: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
283: fnd_message.raise_error;
284: End If;
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: --
288: -- We need to trap the ORA LOCK exception
289: --
290: Exception