DBA Data[Home] [Help]

APPS.HXC_VTL_SHD dependencies on HR_API

Line 133: hr_api.mandatory_arg_error

129: l_proc := g_package||'lck';
130: hr_utility.set_location('Entering:'||l_proc, 5);
131: end if;
132: --
133: hr_api.mandatory_arg_error
134: (p_api_name => l_proc
135: ,p_argument => 'ALIAS_VALUE_ID'
136: ,p_argument_value => p_alias_value_id
137: );

Line 141: hr_api.mandatory_arg_error

137: );
138: if g_debug then
139: hr_utility.set_location(l_proc,6);
140: end if;
141: hr_api.mandatory_arg_error
142: (p_api_name => l_proc
143: ,p_argument => 'LANGUAGE'
144: ,p_argument_value => p_language
145: );

Line 167: When HR_Api.Object_Locked then

163: --
164: -- We need to trap the ORA LOCK exception
165: --
166: Exception
167: When HR_Api.Object_Locked then
168: --
169: -- The object is locked therefore we need to supply a meaningful
170: -- error message.
171: --