DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_BSI dependencies on HR_ITP_SHD

Line 887: hr_itp_shd.lck( p_item_property_id => l_item_property_id

883: hr_utility.set_location('At:'|| l_proc, 35);
884: -- Bug 4018745 Starts Here
885: -- Desc: Added if condition to avoid the below calls if item_property_id is null.
886: if l_item_property_id is not null then
887: hr_itp_shd.lck( p_item_property_id => l_item_property_id
888: , p_object_version_number => p_object_version_number);
889:
890: hr_utility.set_location('At:'|| l_proc, 40);
891: