DBA Data[Home] [Help]

APPS.IRC_IDP_SHD dependencies on HR_UTILITY

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

210: --
211: l_proc varchar2(72) := g_package||'lck';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: hr_api.mandatory_arg_error
217: (p_api_name => l_proc
218: ,p_argument => 'DEFAULT_POSTING_ID'

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

217: (p_api_name => l_proc
218: ,p_argument => 'DEFAULT_POSTING_ID'
219: ,p_argument_value => p_default_posting_id
220: );
221: hr_utility.set_location(l_proc,6);
222: hr_api.mandatory_arg_error
223: (p_api_name => l_proc
224: ,p_argument => 'OBJECT_VERSION_NUMBER'
225: ,p_argument_value => p_object_version_number

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

241: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
242: fnd_message.raise_error;
243: End If;
244: --
245: hr_utility.set_location(' Leaving:'||l_proc, 10);
246: --
247: -- We need to trap the ORA LOCK exception
248: --
249: Exception