DBA Data[Home] [Help]

APPS.HXC_DTL_SHD dependencies on HR_API

Line 137: hr_api.mandatory_arg_error

133: l_proc := g_package||'lck';
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: end if;
136: --
137: hr_api.mandatory_arg_error
138: (p_api_name => l_proc
139: ,p_argument => 'ALIAS_DEFINITION_ID'
140: ,p_argument_value => p_alias_definition_id
141: );

Line 145: hr_api.mandatory_arg_error

141: );
142: if g_debug then
143: hr_utility.set_location(l_proc,6);
144: end if;
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'LANGUAGE'
148: ,p_argument_value => p_language
149: );

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