DBA Data[Home] [Help]

APPS.OTA_CUS_SHD dependencies on HR_API

Line 149: hr_api.mandatory_arg_error

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

Line 155: -- hr_api.mandatory_arg_error

151: ,p_argument => 'CHAT_ID'
152: ,p_argument_value => p_chat_id
153: );
154: -- hr_utility.set_location(l_proc,6);
155: -- hr_api.mandatory_arg_error
156: -- (p_api_name => l_proc
157: -- ,p_argument => 'PERSON_ID'
158: -- ,p_argument_value => p_person_id
159: -- );

Line 161: -- hr_api.mandatory_arg_error

157: -- ,p_argument => 'PERSON_ID'
158: -- ,p_argument_value => p_person_id
159: -- );
160: -- hr_utility.set_location(l_proc,7);
161: -- hr_api.mandatory_arg_error
162: -- (p_api_name => l_proc
163: -- ,p_argument => 'CONTACT_ID'
164: -- ,p_argument_value => p_contact_id
165: -- );

Line 167: hr_api.mandatory_arg_error

163: -- ,p_argument => 'CONTACT_ID'
164: -- ,p_argument_value => p_contact_id
165: -- );
166: hr_utility.set_location(l_proc,8);
167: hr_api.mandatory_arg_error
168: (p_api_name => l_proc
169: ,p_argument => 'OBJECT_VERSION_NUMBER'
170: ,p_argument_value => p_object_version_number
171: );

Line 195: When HR_Api.Object_Locked then

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