DBA Data[Home] [Help]

APPS.PAY_SIR_SHD dependencies on HR_UTILITY

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

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

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

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