DBA Data[Home] [Help]

APPS.PER_FDL_SHD dependencies on HR_UTILITY

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

183: --
184: l_proc varchar2(72) := g_package||'lck';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_api.mandatory_arg_error
190: (p_api_name => l_proc
191: ,p_argument => 'FND_DOC_LINK_ID'

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

190: (p_api_name => l_proc
191: ,p_argument => 'FND_DOC_LINK_ID'
192: ,p_argument_value => p_fnd_doc_link_id
193: );
194: hr_utility.set_location(l_proc,6);
195: hr_api.mandatory_arg_error
196: (p_api_name => l_proc
197: ,p_argument => 'OBJECT_VERSION_NUMBER'
198: ,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