DBA Data[Home] [Help]

APPS.PAY_CNU_SHD dependencies on HR_UTILITY

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

157: --
158: l_proc varchar2(72) := g_package||'lck';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_api.mandatory_arg_error
164: (p_api_name => l_proc
165: ,p_argument => 'CONTRIBUTION_USAGE_ID'

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

182: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
183: fnd_message.raise_error;
184: End If;
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: --
188: -- We need to trap the ORA LOCK exception
189: --
190: Exception