DBA Data[Home] [Help]

APPS.PQH_CRF_SHD dependencies on HR_API

Line 154: hr_api.mandatory_arg_error

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_api.mandatory_arg_error
155: (p_api_name => l_proc
156: ,p_argument => 'CRITERIA_RATE_FACTOR_ID'
157: ,p_argument_value => p_criteria_rate_factor_id
158: );

Line 160: hr_api.mandatory_arg_error

156: ,p_argument => 'CRITERIA_RATE_FACTOR_ID'
157: ,p_argument_value => p_criteria_rate_factor_id
158: );
159: hr_utility.set_location(l_proc,6);
160: hr_api.mandatory_arg_error
161: (p_api_name => l_proc
162: ,p_argument => 'OBJECT_VERSION_NUMBER'
163: ,p_argument_value => p_object_version_number
164: );

Line 188: When HR_Api.Object_Locked then

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