DBA Data[Home] [Help]

APPS.IBC_CITEM_RUNTIME_PVT dependencies on IBC_LOAD_CITEMS_PVT

Line 700: IBC_LOAD_CITEMS_PVT.Get_Citems_To_Be_Loaded (

696: x_return_status := FND_API.G_RET_STS_SUCCESS;
697: --******************* Real Logic Start *********************
698:
699: -- Call to get content items and versions to be loaded
700: IBC_LOAD_CITEMS_PVT.Get_Citems_To_Be_Loaded (
701: x_content_item_ids => l_citem_ids
702: ,x_citem_version_ids => l_citem_ver_ids
703: ,x_label_codes => l_labels
704: );