DBA Data[Home] [Help]

APPS.PER_STC_SHD dependencies on HR_UTILITY

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

150: --
151: l_proc varchar2(72) := g_package||'lck';
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'COMPONENT_NAME'

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

157: (p_api_name => l_proc
158: ,p_argument => 'COMPONENT_NAME'
159: ,p_argument_value => p_component_name
160: );
161: hr_utility.set_location(l_proc,6);
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'SOLUTION_TYPE_NAME'
165: ,p_argument_value => p_solution_type_name

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

163: (p_api_name => l_proc
164: ,p_argument => 'SOLUTION_TYPE_NAME'
165: ,p_argument_value => p_solution_type_name
166: );
167: hr_utility.set_location(l_proc,7);
168: hr_api.mandatory_arg_error
169: (p_api_name => l_proc
170: ,p_argument => 'LEGISLATION_CODE'
171: ,p_argument_value => p_legislation_code

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

169: (p_api_name => l_proc
170: ,p_argument => 'LEGISLATION_CODE'
171: ,p_argument_value => p_legislation_code
172: );
173: hr_utility.set_location(l_proc,8);
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