DBA Data[Home] [Help]

APPS.PER_RAA_SHD dependencies on HR_UTILITY

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

238: --
239: l_proc varchar2(72) := g_package||'lck';
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: hr_api.mandatory_arg_error
245: (p_api_name => l_proc
246: ,p_argument => 'RECRUITMENT_ACTIVITY_ID'

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

245: (p_api_name => l_proc
246: ,p_argument => 'RECRUITMENT_ACTIVITY_ID'
247: ,p_argument_value => p_recruitment_activity_id
248: );
249: hr_utility.set_location(l_proc,6);
250: hr_api.mandatory_arg_error
251: (p_api_name => l_proc
252: ,p_argument => 'OBJECT_VERSION_NUMBER'
253: ,p_argument_value => p_object_version_number

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

269: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
270: fnd_message.raise_error;
271: End If;
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: --
275: -- We need to trap the ORA LOCK exception
276: --
277: Exception

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

344: --
345: l_proc varchar2(72) := g_package||'convert_args';
346: Begin
347: --
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- Convert arguments into local l_rec structure.
351: --
352: l_rec.recruitment_activity_id := p_recruitment_activity_id;

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

397: l_rec.posting_content_id := p_posting_content_id;
398: l_rec.status := p_status;
399: l_rec.object_version_number := p_object_version_number;
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: --
403: -- Return the plsql record structure.
404: --
405: Return(l_rec);