DBA Data[Home] [Help]

APPS.IBC_CITEM_RUNTIME_PUB dependencies on IBC_CITEM_VERSION_LABELS

Line 570: from IBC_CITEM_VERSION_LABELS

566: l_count NUMBER := 1;
567: --
568: CURSOR Get_Citem_Ver_By_Label IS
569: select citem_version_id
570: from IBC_CITEM_VERSION_LABELS
571: where label_code = p_label_code and
572: content_item_id = p_content_item_id;
573:
574: CURSOR Get_Citem_Meta_Csr IS