DBA Data[Home] [Help]

APPS.PQP_EXR_SHD dependencies on HR_UTILITY

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

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

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

166: (p_api_name => l_proc
167: ,p_argument => 'EXCEPTION_REPORT_ID'
168: ,p_argument_value => p_exception_report_id
169: );
170: hr_utility.set_location(l_proc,6);
171: hr_api.mandatory_arg_error
172: (p_api_name => l_proc
173: ,p_argument => 'OBJECT_VERSION_NUMBER'
174: ,p_argument_value => p_object_version_number

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

192: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
193: fnd_message.raise_error;
194: End If;
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 10);
197: --
198: -- We need to trap the ORA LOCK exception
199: --
200: Exception