DBA Data[Home] [Help]

APPS.IBC_CITEM_RUNTIME_PUB dependencies on IBC_COMPOUND_RELATIONS

Line 596: from IBC_COMPOUND_RELATIONS

592: AND LOOKUP_CODE = l_mime_type;
593:
594: CURSOR Get_Compound_Item_Ref IS
595: select ATTRIBUTE_TYPE_CODE, CONTENT_ITEM_ID
596: from IBC_COMPOUND_RELATIONS
597: where CITEM_VERSION_ID = l_citem_version_id
598: order by SORT_ORDER;
599:
600: BEGIN