DBA Data[Home] [Help]

APPS.OTA_CPR_SHD dependencies on HR_UTILITY

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

146: --
147: l_proc varchar2(72) := g_package||'lck';
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'ACTIVITY_VERSION_ID'

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

153: (p_api_name => l_proc
154: ,p_argument => 'ACTIVITY_VERSION_ID'
155: ,p_argument_value => p_activity_version_id
156: );
157: hr_utility.set_location(l_proc,6);
158: hr_api.mandatory_arg_error
159: (p_api_name => l_proc
160: ,p_argument => 'PREREQUISITE_COURSE_ID'
161: ,p_argument_value => p_prerequisite_course_id

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

159: (p_api_name => l_proc
160: ,p_argument => 'PREREQUISITE_COURSE_ID'
161: ,p_argument_value => p_prerequisite_course_id
162: );
163: hr_utility.set_location(l_proc,7);
164: hr_api.mandatory_arg_error
165: (p_api_name => l_proc
166: ,p_argument => 'OBJECT_VERSION_NUMBER'
167: ,p_argument_value => p_object_version_number

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

183: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
184: fnd_message.raise_error;
185: End If;
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: --
189: -- We need to trap the ORA LOCK exception
190: --
191: Exception