DBA Data[Home] [Help]

APPS.PER_CAI_SHD dependencies on HR_UTILITY

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

125: --
126: l_proc varchar2(72) := g_package||'lck';
127: --
128: Begin
129: hr_utility.set_location('Entering:'||l_proc, 5);
130: --
131: hr_api.mandatory_arg_error
132: (p_api_name => l_proc
133: ,p_argument => 'CAGR_API_ID'

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

150: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
151: fnd_message.raise_error;
152: End If;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: --
156: -- We need to trap the ORA LOCK exception
157: --
158: Exception