DBA Data[Home] [Help]

APPS.HXC_TBB_SHD dependencies on HR_API

Line 185: hr_api.mandatory_arg_error

181: l_proc := g_package||'lck';
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: end if;
184:
185: hr_api.mandatory_arg_error
186: (p_api_name => l_proc
187: ,p_argument => 'TIME_BUILDING_BLOCK_ID'
188: ,p_argument_value => p_time_building_block_id
189: );

Line 216: when hr_api.object_locked then

212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: end if;
214:
215: exception
216: when hr_api.object_locked then
217:
218: -- the object is locked therefore we need to supply a meaningful
219: -- error message.
220: