DBA Data[Home] [Help]

APPS.PER_RSL_SHD dependencies on HR_API

Line 132: hr_api.mandatory_arg_error

128: --
129: Begin
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: --
132: hr_api.mandatory_arg_error
133: (p_api_name => l_proc
134: ,p_argument => 'RATING_SCALE_ID'
135: ,p_argument_value => p_rating_scale_id
136: );

Line 138: hr_api.mandatory_arg_error

134: ,p_argument => 'RATING_SCALE_ID'
135: ,p_argument_value => p_rating_scale_id
136: );
137: hr_utility.set_location(l_proc,6);
138: hr_api.mandatory_arg_error
139: (p_api_name => l_proc
140: ,p_argument => 'LANGUAGE'
141: ,p_argument_value => p_language
142: );

Line 162: When HR_Api.Object_Locked then

158: --
159: -- We need to trap the ORA LOCK exception
160: --
161: Exception
162: When HR_Api.Object_Locked then
163: --
164: -- The object is locked therefore we need to supply a meaningful
165: -- error message.
166: --