DBA Data[Home] [Help]

APPS.PER_OSV_SHD dependencies on HR_UTILITY

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

164: --
165: l_proc varchar2(72) := g_package||'lck';
166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: hr_api.mandatory_arg_error
171: (p_api_name => l_proc
172: ,p_argument => 'ORG_STRUCTURE_VERSION_ID'

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

171: (p_api_name => l_proc
172: ,p_argument => 'ORG_STRUCTURE_VERSION_ID'
173: ,p_argument_value => p_org_structure_version_id
174: );
175: hr_utility.set_location(l_proc,6);
176: hr_api.mandatory_arg_error
177: (p_api_name => l_proc
178: ,p_argument => 'OBJECT_VERSION_NUMBER'
179: ,p_argument_value => p_object_version_number

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

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