DBA Data[Home] [Help]

APPS.PER_SOS_SHD dependencies on HR_UTILITY

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

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

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

156: (p_api_name => l_proc
157: ,p_argument => 'SOLUTION_ID'
158: ,p_argument_value => p_solution_id
159: );
160: hr_utility.set_location(l_proc,6);
161: hr_api.mandatory_arg_error
162: (p_api_name => l_proc
163: ,p_argument => 'SOLUTION_SET_NAME'
164: ,p_argument_value => p_solution_set_name

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

162: (p_api_name => l_proc
163: ,p_argument => 'SOLUTION_SET_NAME'
164: ,p_argument_value => p_solution_set_name
165: );
166: hr_utility.set_location(l_proc,7);
167: hr_api.mandatory_arg_error
168: (p_api_name => l_proc
169: ,p_argument => 'USER_ID'
170: ,p_argument_value => p_user_id

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

168: (p_api_name => l_proc
169: ,p_argument => 'USER_ID'
170: ,p_argument_value => p_user_id
171: );
172: hr_utility.set_location(l_proc,8);
173: hr_api.mandatory_arg_error
174: (p_api_name => l_proc
175: ,p_argument => 'OBJECT_VERSION_NUMBER'
176: ,p_argument_value => p_object_version_number

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

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