DBA Data[Home] [Help]

APPS.PAY_SIR_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 => 'ITERATIVE_RULE_ID'
157: ,p_argument_value => p_iterative_rule_id
158: );

Line 159: hr_api.mandatory_arg_error

155: (p_api_name => l_proc
156: ,p_argument => 'ITERATIVE_RULE_ID'
157: ,p_argument_value => p_iterative_rule_id
158: );
159: hr_api.mandatory_arg_error
160: (p_api_name => l_proc
161: ,p_argument => 'OBJECT_VERSION_NUMBER'
162: ,p_argument_value => p_object_version_number
163: );

Line 187: When HR_Api.Object_Locked then

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