DBA Data[Home] [Help]

APPS.PER_SOL_SHD dependencies on HR_UTILITY

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

140: --
141: l_proc varchar2(72) := g_package||'lck';
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_api.mandatory_arg_error
147: (p_api_name => l_proc
148: ,p_argument => 'SOLUTION_ID'

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

147: (p_api_name => l_proc
148: ,p_argument => 'SOLUTION_ID'
149: ,p_argument_value => p_solution_id
150: );
151: hr_utility.set_location(l_proc,6);
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'OBJECT_VERSION_NUMBER'
155: ,p_argument_value => p_object_version_number

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

171: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
172: fnd_message.raise_error;
173: End If;
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: --
177: -- We need to trap the ORA LOCK exception
178: --
179: Exception