DBA Data[Home] [Help]

APPS.PAY_RCU_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 => 'RETRO_COMPONENT_USAGE_ID'
153: ,p_argument_value => p_retro_component_usage_id
154: );

Line 156: hr_api.mandatory_arg_error

152: ,p_argument => 'RETRO_COMPONENT_USAGE_ID'
153: ,p_argument_value => p_retro_component_usage_id
154: );
155: hr_utility.set_location(l_proc,6);
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 184: When HR_Api.Object_Locked then

180: --
181: -- We need to trap the ORA LOCK exception
182: --
183: Exception
184: When HR_Api.Object_Locked then
185: --
186: -- The object is locked therefore we need to supply a meaningful
187: -- error message.
188: --