Search Results ibc_citem_versions_b
Overview
The IBC_CITEM_VERSIONS_B table is a core data object within the Oracle E-Business Suite Content Manager (IBC) module. It serves as the central repository for storing all historical and current versions of content items managed by the system. Every time a content item, such as a marketing document, legal clause, or product description, is created or modified, a new version record is inserted into this table. This design enables robust version control, audit trails, and content lifecycle management, allowing users to track changes, revert to previous versions, and maintain a definitive version history for each piece of content. Its role is foundational to the content management capabilities across EBS applications.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its critical structure. The primary key, CITEM_VERSION_ID, uniquely identifies each version record. The essential foreign key, CONTENT_ITEM_ID, links the version to its master definition in the IBC_CONTENT_ITEMS table. Other inferred columns typically include version-specific metadata such as a version number, the effective start and end dates for the version's validity, the status (e.g., Draft, Approved, Live), and creation details (created by, creation date). The table's relationship with IBC_CONTENT_ITEMS.LIVE_CITEM_VERSION_ID indicates it stores the pointer to identify which version is currently active or published.
Common Use Cases and Queries
A primary use case is retrieving the complete version history for a specific content item for audit or review purposes. Another is identifying the currently live version of an item for display or processing in other modules. The user's search for "prp_proposal_ctntvers" directly relates to a common integration: the Proposals (PRP) module references specific content item versions within proposals via the PRP_PROPOSAL_CTNTVERS table. A typical query would join these tables to fetch proposal content.
- Sample Query: To find all content item versions used in a specific proposal:
SELECT p.proposal_id, c.content_item_id, c.version_number, cv.*
FROM prp_proposal_ctntvers p,
ibc_citem_versions_b cv,
ibc_content_items c
WHERE p.citem_version_id = cv.citem_version_id
AND cv.content_item_id = c.content_item_id
AND p.proposal_id = :p_proposal_id;
Related Objects
The table maintains extensive relationships within the IBC module and integrates with other EBS products. Key related objects include:
- IBC_CONTENT_ITEMS: The parent table containing the core definition of the content item.
- IBC_CITEM_VERSIONS_TL: The translated descriptions and titles for each content item version.
- PRP_PROPOSAL_CTNTVERS: Links specific content versions to proposals in the Proposals module, as indicated by the user's search term.
- PRP_PERZ_FILES: Associates personalized files with content versions in Proposals.
- PV_PARTNER_PROGRAM_B: Links content versions to partner programs in the Partner Management (PV) module.
- IBC_COMPOUND_RELATIONS & IBC_CITEM_VERSION_LABELS: Support advanced content management features like compound documents and version tagging.
-
Table: IBC_CITEM_VERSIONS_B
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CITEM_VERSIONS_B, object_name:IBC_CITEM_VERSIONS_B, status:VALID, product: IBC - Content Manager , description: IBC_CITEM_VERSIONS_B stores all the versions of a content item , implementation_dba_data: IBC.IBC_CITEM_VERSIONS_B ,
-
Table: IBC_CITEM_VERSIONS_B
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CITEM_VERSIONS_B, object_name:IBC_CITEM_VERSIONS_B, status:VALID, product: IBC - Content Manager , description: IBC_CITEM_VERSIONS_B stores all the versions of a content item , implementation_dba_data: IBC.IBC_CITEM_VERSIONS_B ,
-
Table: IBC_CITEM_VERSIONS_TL
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CITEM_VERSIONS_TL, object_name:IBC_CITEM_VERSIONS_TL, status:VALID, product: IBC - Content Manager , description: IBC_CITEM_VERSIONS_TL stores language striped information about content item versions defined in IBC_CITEM_VERSIONS_B. , implementation_dba_data: IBC.IBC_CITEM_VERSIONS_TL ,
-
Table: IBC_CITEM_VERSIONS_TL
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CITEM_VERSIONS_TL, object_name:IBC_CITEM_VERSIONS_TL, status:VALID, product: IBC - Content Manager , description: IBC_CITEM_VERSIONS_TL stores language striped information about content item versions defined in IBC_CITEM_VERSIONS_B. , implementation_dba_data: IBC.IBC_CITEM_VERSIONS_TL ,
-
Table: IBC_CONTENT_ITEMS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEMS, object_name:IBC_CONTENT_ITEMS, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_ITEMS stores non version or language specific information about content items , implementation_dba_data: IBC.IBC_CONTENT_ITEMS ,
-
Table: IBC_CONTENT_ITEMS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEMS, object_name:IBC_CONTENT_ITEMS, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_ITEMS stores non version or language specific information about content items , implementation_dba_data: IBC.IBC_CONTENT_ITEMS ,
-
Table: IBC_COMPOUND_RELATIONS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_COMPOUND_RELATIONS, object_name:IBC_COMPOUND_RELATIONS, status:VALID, product: IBC - Content Manager , description: IBC_COMPOUND_RELATIONS stores the component content item id for each attribute of the compound item that is of data type component. , implementation_dba_data: IBC.IBC_COMPOUND_RELATIONS ,
-
View: IBC_CITEM_VERSIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEM_VERSIONS_VL, object_name:IBC_CITEM_VERSIONS_VL, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEM_VERSIONS_VL ,
-
Table: IBC_CITEM_VERSION_LABELS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CITEM_VERSION_LABELS, object_name:IBC_CITEM_VERSION_LABELS, status:VALID, product: IBC - Content Manager , description: IBC_CITEM_VERSION_LABELS stores the association between a label and the version of any content item. , implementation_dba_data: IBC.IBC_CITEM_VERSION_LABELS ,
-
Table: IBC_CITEM_VERSION_LABELS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CITEM_VERSION_LABELS, object_name:IBC_CITEM_VERSION_LABELS, status:VALID, product: IBC - Content Manager , description: IBC_CITEM_VERSION_LABELS stores the association between a label and the version of any content item. , implementation_dba_data: IBC.IBC_CITEM_VERSION_LABELS ,
-
Table: IBC_COMPOUND_RELATIONS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_COMPOUND_RELATIONS, object_name:IBC_COMPOUND_RELATIONS, status:VALID, product: IBC - Content Manager , description: IBC_COMPOUND_RELATIONS stores the component content item id for each attribute of the compound item that is of data type component. , implementation_dba_data: IBC.IBC_COMPOUND_RELATIONS ,
-
View: IBC_CITEM_VERSIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEM_VERSIONS_VL, object_name:IBC_CITEM_VERSIONS_VL, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEM_VERSIONS_VL ,
-
View: IBC_CITEM_LIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEM_LIVE_V, object_name:IBC_CITEM_LIVE_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEM_LIVE_V ,
-
View: IBC_CITEM_LIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEM_LIVE_V, object_name:IBC_CITEM_LIVE_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEM_LIVE_V ,
-
View: IBC_CONTENT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_ITEMS_V, object_name:IBC_CONTENT_ITEMS_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CONTENT_ITEMS_V ,
-
View: IBC_CITEM_LABELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEM_LABELS_V, object_name:IBC_CITEM_LABELS_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEM_LABELS_V ,
-
View: IBC_CITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEMS_V, object_name:IBC_CITEMS_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEMS_V ,
-
View: IBC_CITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEMS_V, object_name:IBC_CITEMS_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEMS_V ,
-
View: IBC_CONTENT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_ITEMS_V, object_name:IBC_CONTENT_ITEMS_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CONTENT_ITEMS_V ,
-
View: IBC_CITEM_LABELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CITEM_LABELS_V, object_name:IBC_CITEM_LABELS_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CITEM_LABELS_V ,