DBA Data[Home] [Help]

APPS.HXC_ULD_SHD dependencies on HR_API

Line 143: hr_api.mandatory_arg_error

139: l_proc := g_package||'lck';
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: end if;
142: --
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'LAYOUT_COMP_DEFINITION_ID'
146: ,p_argument_value => p_layout_comp_definition_id
147: );

Line 173: When HR_Api.Object_Locked then

169: --
170: -- We need to trap the ORA LOCK exception
171: --
172: Exception
173: When HR_Api.Object_Locked then
174: --
175: -- The object is locked therefore we need to supply a meaningful
176: -- error message.
177: --