DBA Data[Home] [Help]

APPS.PQH_CGN_SHD dependencies on HR_UTILITY

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

149: --
150: l_proc varchar2(72) := g_package||'lck';
151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_api.mandatory_arg_error
156: (p_api_name => l_proc
157: ,p_argument => 'CASE_GROUP_ID'

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

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