DBA Data[Home] [Help]

APPS.PAY_APM_SHD dependencies on HR_API

Line 162: hr_api.mandatory_arg_error

158: l_proc := g_package||'lck';
159: --
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'PROCESS_MODULE_ID'
165: ,p_argument_value => p_process_module_id
166: );

Line 168: hr_api.mandatory_arg_error

164: ,p_argument => 'PROCESS_MODULE_ID'
165: ,p_argument_value => p_process_module_id
166: );
167: hr_utility.set_location(l_proc,6);
168: hr_api.mandatory_arg_error
169: (p_api_name => l_proc
170: ,p_argument => 'OBJECT_VERSION_NUMBER'
171: ,p_argument_value => p_object_version_number
172: );

Line 196: When HR_Api.Object_Locked then

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