DBA Data[Home] [Help]

APPS.OTA_ACI_SHD dependencies on HR_UTILITY

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

217: --
218: l_proc varchar2(72) := g_package||'lck';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: hr_api.mandatory_arg_error
224: (p_api_name => l_proc
225: ,p_argument => 'ACTIVITY_VERSION_ID'

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

224: (p_api_name => l_proc
225: ,p_argument => 'ACTIVITY_VERSION_ID'
226: ,p_argument_value => p_activity_version_id
227: );
228: hr_utility.set_location(l_proc,6);
229: hr_api.mandatory_arg_error
230: (p_api_name => l_proc
231: ,p_argument => 'OBJECT_VERSION_NUMBER'
232: ,p_argument_value => p_object_version_number

Line 234: hr_utility.set_location(l_proc,7);

230: (p_api_name => l_proc
231: ,p_argument => 'OBJECT_VERSION_NUMBER'
232: ,p_argument_value => p_object_version_number
233: );
234: hr_utility.set_location(l_proc,7);
235: hr_api.mandatory_arg_error
236: (p_api_name => l_proc
237: ,p_argument => 'CATEGORY_USAGE_ID'
238: ,p_argument_value => p_category_usage_id

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

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