DBA Data[Home] [Help]

APPS.PER_RTX_SHD dependencies on HR_API

Line 162: hr_api.mandatory_arg_error

158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'RATING_LEVEL_ID'
165: ,p_argument_value => p_rating_level_id
166: );

Line 168: hr_api.mandatory_arg_error

164: ,p_argument => 'RATING_LEVEL_ID'
165: ,p_argument_value => p_rating_level_id
166: );
167: hr_utility.set_location(l_proc,6);
168: hr_api.mandatory_arg_error
169: (p_api_name => l_proc
170: ,p_argument => 'LANGUAGE'
171: ,p_argument_value => p_language
172: );

Line 192: When HR_Api.Object_Locked then

188: --
189: -- We need to trap the ORA LOCK exception
190: --
191: Exception
192: When HR_Api.Object_Locked then
193: --
194: -- The object is locked therefore we need to supply a meaningful
195: -- error message.
196: --