DBA Data[Home] [Help]

APPS.OTA_COI_SHD dependencies on HR_API

Line 151: hr_api.mandatory_arg_error

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

Line 157: hr_api.mandatory_arg_error

153: ,p_argument => 'CHAT_ID'
154: ,p_argument_value => p_chat_id
155: );
156: hr_utility.set_location(l_proc,6);
157: hr_api.mandatory_arg_error
158: (p_api_name => l_proc
159: ,p_argument => 'OBJECT_ID'
160: ,p_argument_value => p_object_id
161: );

Line 163: hr_api.mandatory_arg_error

159: ,p_argument => 'OBJECT_ID'
160: ,p_argument_value => p_object_id
161: );
162: hr_utility.set_location(l_proc,7);
163: hr_api.mandatory_arg_error
164: (p_api_name => l_proc
165: ,p_argument => 'OBJECT_TYPE'
166: ,p_argument_value => p_object_type
167: );

Line 169: hr_api.mandatory_arg_error

165: ,p_argument => 'OBJECT_TYPE'
166: ,p_argument_value => p_object_type
167: );
168: hr_utility.set_location(l_proc,8);
169: hr_api.mandatory_arg_error
170: (p_api_name => l_proc
171: ,p_argument => 'OBJECT_VERSION_NUMBER'
172: ,p_argument_value => p_object_version_number
173: );

Line 197: When HR_Api.Object_Locked then

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