DBA Data[Home] [Help]

APPS.HR_AMM_SHD dependencies on HR_API

Line 125: hr_api.mandatory_arg_error

121: --
122: Begin
123: hr_utility.set_location('Entering:'||l_proc, 5);
124: --
125: hr_api.mandatory_arg_error
126: (p_api_name => l_proc
127: ,p_argument => 'AUTHORIA_MAPPING_ID'
128: ,p_argument_value => p_authoria_mapping_id
129: );

Line 131: hr_api.mandatory_arg_error

127: ,p_argument => 'AUTHORIA_MAPPING_ID'
128: ,p_argument_value => p_authoria_mapping_id
129: );
130: hr_utility.set_location(l_proc,6);
131: hr_api.mandatory_arg_error
132: (p_api_name => l_proc
133: ,p_argument => 'OBJECT_VERSION_NUMBER'
134: ,p_argument_value => p_object_version_number
135: );

Line 159: When HR_Api.Object_Locked then

155: --
156: -- We need to trap the ORA LOCK exception
157: --
158: Exception
159: When HR_Api.Object_Locked then
160: --
161: -- The object is locked therefore we need to supply a meaningful
162: -- error message.
163: --