DBA Data[Home] [Help]

APPS.FF_FCU_SHD dependencies on HR_UTILITY

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

156: --
157: l_proc varchar2(72) := g_package||'lck';
158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'FUNCTION_ID'

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

163: (p_api_name => l_proc
164: ,p_argument => 'FUNCTION_ID'
165: ,p_argument_value => p_function_id
166: );
167: hr_utility.set_location(l_proc,6);
168: hr_api.mandatory_arg_error
169: (p_api_name => l_proc
170: ,p_argument => 'SEQUENCE_NUMBER'
171: ,p_argument_value => p_sequence_number

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

169: (p_api_name => l_proc
170: ,p_argument => 'SEQUENCE_NUMBER'
171: ,p_argument_value => p_sequence_number
172: );
173: hr_utility.set_location(l_proc,7);
174: hr_api.mandatory_arg_error
175: (p_api_name => l_proc
176: ,p_argument => 'OBJECT_VERSION_NUMBER'
177: ,p_argument_value => p_object_version_number

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

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