DBA Data[Home] [Help]

APPS.OTA_CCI_SHD dependencies on HR_UTILITY

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

178: --
179: l_proc varchar2(72) := g_package||'lck';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_api.mandatory_arg_error
185: (p_api_name => l_proc
186: ,p_argument => 'CATEGORY_USAGE_ID'

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

185: (p_api_name => l_proc
186: ,p_argument => 'CATEGORY_USAGE_ID'
187: ,p_argument_value => p_category_usage_id
188: );
189: hr_utility.set_location(l_proc,6);
190: hr_api.mandatory_arg_error
191: (p_api_name => l_proc
192: ,p_argument => 'CERTIFICATION_ID'
193: ,p_argument_value => p_certification_id

Line 195: hr_utility.set_location(l_proc,7);

191: (p_api_name => l_proc
192: ,p_argument => 'CERTIFICATION_ID'
193: ,p_argument_value => p_certification_id
194: );
195: hr_utility.set_location(l_proc,7);
196: hr_api.mandatory_arg_error
197: (p_api_name => l_proc
198: ,p_argument => 'OBJECT_VERSION_NUMBER'
199: ,p_argument_value => p_object_version_number

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

215: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
216: fnd_message.raise_error;
217: End If;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: --
221: -- We need to trap the ORA LOCK exception
222: --
223: Exception