DBA Data[Home] [Help]

APPS.GHR_CCL_SHD dependencies on HR_API

Line 150: hr_api.mandatory_arg_error

146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_api.mandatory_arg_error
151: (p_api_name => l_proc
152: ,p_argument => 'COMPL_CLAIM_ID'
153: ,p_argument_value => p_compl_claim_id
154: );

Line 156: hr_api.mandatory_arg_error

152: ,p_argument => 'COMPL_CLAIM_ID'
153: ,p_argument_value => p_compl_claim_id
154: );
155:
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'OBJECT_VERSION_NUMBER'
159: ,p_argument_value => p_object_version_number
160: );

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: --