DBA Data[Home] [Help]

APPS.GHR_CPL_SHD dependencies on HR_API

Line 137: hr_api.mandatory_arg_error

133: --
134: Begin
135: hr_utility.set_location('Entering:'||l_proc, 5);
136: --
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'COMPL_PERSON_ID'
140: ,p_argument_value => p_compl_person_id
141: );

Line 143: hr_api.mandatory_arg_error

139: ,p_argument => 'COMPL_PERSON_ID'
140: ,p_argument_value => p_compl_person_id
141: );
142: hr_utility.set_location(l_proc,6);
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'OBJECT_VERSION_NUMBER'
146: ,p_argument_value => p_object_version_number
147: );

Line 171: When HR_Api.Object_Locked then

167: --
168: -- We need to trap the ORA LOCK exception
169: --
170: Exception
171: When HR_Api.Object_Locked then
172: --
173: -- The object is locked therefore we need to supply a meaningful
174: -- error message.
175: --