DBA Data[Home] [Help]

APPS.PQH_RER_SHD dependencies on HR_API

Line 160: hr_api.mandatory_arg_error

156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --
160: hr_api.mandatory_arg_error
161: (p_api_name => l_proc
162: ,p_argument => 'RATE_ELEMENT_RELATION_ID'
163: ,p_argument_value => p_rate_element_relation_id
164: );

Line 166: hr_api.mandatory_arg_error

162: ,p_argument => 'RATE_ELEMENT_RELATION_ID'
163: ,p_argument_value => p_rate_element_relation_id
164: );
165: hr_utility.set_location(l_proc,6);
166: hr_api.mandatory_arg_error
167: (p_api_name => l_proc
168: ,p_argument => 'OBJECT_VERSION_NUMBER'
169: ,p_argument_value => p_object_version_number
170: );

Line 194: When HR_Api.Object_Locked then

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