DBA Data[Home] [Help]

APPS.HR_AVM_SHD dependencies on HR_API

Line 136: hr_api.mandatory_arg_error

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

Line 142: hr_api.mandatory_arg_error

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

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: --