DBA Data[Home] [Help]

APPS.FF_FFP_SHD dependencies on HR_UTILITY

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

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

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

188: (p_api_name => l_proc
189: ,p_argument => 'FUNCTION_ID'
190: ,p_argument_value => p_function_id
191: );
192: hr_utility.set_location(l_proc,6);
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc
195: ,p_argument => 'SEQUENCE_NUMBER'
196: ,p_argument_value => p_sequence_number

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

194: (p_api_name => l_proc
195: ,p_argument => 'SEQUENCE_NUMBER'
196: ,p_argument_value => p_sequence_number
197: );
198: hr_utility.set_location(l_proc,7);
199: hr_api.mandatory_arg_error
200: (p_api_name => l_proc
201: ,p_argument => 'OBJECT_VERSION_NUMBER'
202: ,p_argument_value => p_object_version_number

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

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