Search Results ibc_content_item_nodes
Overview
The IBC_CONTENT_ITEM_NODES table is a core data object within the Oracle E-Business Suite Content Manager (IBC) module. It functions as a junction table that manages the critical relationship between content items and the directory structure in which they are organized. Its primary role is to store the specific location information, defining under which directory node a given content item resides. This enables the hierarchical categorization and management of digital assets, such as documents, images, and files, within the EBS system. The table is essential for implementing folder-like navigation, access control based on location, and maintaining the integrity of the content repository's organizational schema across both EBS 12.1.1 and 12.2.2 versions.
Key Information Stored
The table's structure is designed to link content items to directory nodes. Its primary key is the system-generated identifier CONTENT_ITEM_NODE_ID. The two most significant foreign key columns are CONTENT_ITEM_ID, which references a specific record in the IBC_CONTENT_ITEMS table, and DIRECTORY_NODE_ID, which references a node in the IBC_DIRECTORY_NODES_B table. This many-to-many relationship allows a single content item to be linked to multiple directory nodes (e.g., filed in multiple folders) and a single directory node to contain many content items. Additional columns typically track creation and last update dates, the responsible user, and versioning information, though the provided metadata specifically highlights the core relationship columns.
Common Use Cases and Queries
A primary use case is generating reports or building interfaces to list all content items within a specific directory or folder hierarchy. Developers and administrators frequently query this table to audit content placement, resolve broken links, or enforce content governance policies. A common SQL pattern involves joining IBC_CONTENT_ITEM_NODES with IBC_CONTENT_ITEMS and IBC_DIRECTORY_NODES_B to produce a human-readable list. For example, to find all items in a specific directory, one might query: SELECT ci.item_name, ci.version_number FROM ibc_content_item_nodes cin JOIN ibc_content_items ci ON cin.content_item_id = ci.content_item_id WHERE cin.directory_node_id = <node_id>;. Another critical use case is during content migration or restructuring, where batch operations on this table are performed to relocate items within the directory tree.
Related Objects
- IBC_CONTENT_ITEMS: This table stores the master definition and metadata for content items. The IBC_CONTENT_ITEM_NODES.CONTENT_ITEM_ID column is a foreign key to IBC_CONTENT_ITEMS, establishing the link to the actual content entity.
- IBC_DIRECTORY_NODES_B: This table defines the structure and attributes of the directory nodes (folders) in the content hierarchy. The IBC_CONTENT_ITEM_NODES.DIRECTORY_NODE_ID column is a foreign key to this table, specifying the location of the content item.
- IBC_CONTENT_ITEM_NODES_PK: The primary key constraint on the CONTENT_ITEM_NODE_ID column, ensuring each relationship record is uniquely identifiable.
-
Table: IBC_CONTENT_ITEM_NODES
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES, object_name:IBC_CONTENT_ITEM_NODES, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_ITEM_NODES stores information about under which directory node a content itemresides. , implementation_dba_data: IBC.IBC_CONTENT_ITEM_NODES ,
-
Table: IBC_CONTENT_ITEM_NODES
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES, object_name:IBC_CONTENT_ITEM_NODES, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_ITEM_NODES stores information about under which directory node a content itemresides. , implementation_dba_data: IBC.IBC_CONTENT_ITEM_NODES ,
-
APPS.IBC_CITEM_ADMIN_GRP dependencies on IBC_CONTENT_ITEM_NODES
12.2.2
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on IBC_CONTENT_ITEM_NODES
12.2.2
-
APPS.IBC_CITEM_ADMIN_GRP dependencies on IBC_CONTENT_ITEM_NODES
12.1.1
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on IBC_CONTENT_ITEM_NODES
12.1.1
-
VIEW: IBC.IBC_CONTENT_ITEM_NODES#
12.2.2
owner:IBC, object_type:VIEW, object_name:IBC_CONTENT_ITEM_NODES#, status:VALID,
-
APPS.IBC_CONTENT_ITEM_NODES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IBC_CONTENT_ITEM_NODES_PKG
12.1.1
-
TABLE: IBC.IBC_CONTENT_ITEM_NODES
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES, object_name:IBC_CONTENT_ITEM_NODES, status:VALID,
-
APPS.IBC_CONTENT_ITEM_NODES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.IBC_CONTENT_ITEM_NODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBC_CONTENT_ITEM_NODES, status:VALID,
-
VIEW: APPS.IBC_CONTENT_ITEM_NODES_V
12.1.1
-
VIEW: APPS.IBC_CONTENT_ITEM_NODES_V
12.2.2
-
VIEW: IBC.IBC_CONTENT_ITEM_NODES#
12.2.2
-
SYNONYM: APPS.IBC_CONTENT_ITEM_NODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBC_CONTENT_ITEM_NODES, status:VALID,
-
PACKAGE BODY: APPS.IBC_CONTENT_ITEM_NODES_PKG
12.2.2
-
TABLE: IBC.IBC_CONTENT_ITEM_NODES
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES, object_name:IBC_CONTENT_ITEM_NODES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on IBC_CONTENT_ITEM_NODES_S1
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on IBC_CONTENT_ITEM_NODES_S1
12.1.1
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.IBC_CONTENT_ITEM_NODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_CONTENT_ITEM_NODES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on DUAL
12.1.1
-
View: IBC_CONTENT_ITEM_NODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES_V, object_name:IBC_CONTENT_ITEM_NODES_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CONTENT_ITEM_NODES_V ,
-
Table: IBC_DIRECTORY_NODES_B
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODES_B, object_name:IBC_DIRECTORY_NODES_B, status:VALID, product: IBC - Content Manager , description: IBC_DIRECTORY_NODES_B defines all directory nodes. , implementation_dba_data: IBC.IBC_DIRECTORY_NODES_B ,
-
View: IBC_CONTENT_ITEM_NODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES_V, object_name:IBC_CONTENT_ITEM_NODES_V, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CONTENT_ITEM_NODES_V ,
-
Table: IBC_DIRECTORY_NODES_B
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODES_B, object_name:IBC_DIRECTORY_NODES_B, status:VALID, product: IBC - Content Manager , description: IBC_DIRECTORY_NODES_B defines all directory nodes. , implementation_dba_data: IBC.IBC_DIRECTORY_NODES_B ,
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on IBC_CONTENT_ITEM_NODES_PKG
12.2.2
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on IBC_CONTENT_ITEM_NODES_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IBC_CONTENT_ITEM_NODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_CONTENT_ITEM_NODES_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IBC_CITEM_ADMIN_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_CITEM_ADMIN_GRP, status:VALID,
-
PACKAGE BODY: APPS.IBC_CITEM_ADMIN_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_CITEM_ADMIN_GRP, status:VALID,
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on FND_API
12.2.2
-
VIEW: APPS.IBC_CONTENT_ITEM_NODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES_V, object_name:IBC_CONTENT_ITEM_NODES_V, status:VALID,
-
APPS.IBC_CONTENT_ITEM_NODES_PKG dependencies on FND_API
12.1.1
-
PACKAGE: APPS.IBC_CONTENT_ITEM_NODES_PKG
12.1.1
-
PACKAGE: APPS.IBC_CONTENT_ITEM_NODES_PKG
12.2.2
-
VIEW: APPS.IBC_CONTENT_ITEM_NODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_ITEM_NODES_V, object_name:IBC_CONTENT_ITEM_NODES_V, status:VALID,