Search Results ibc_directory_nodes_b
Overview
The IBC_DIRECTORY_NODES_B table is a core data object within the Oracle E-Business Suite Content Manager module (IBC). It serves as the master repository for defining all directory nodes, which are the fundamental structural elements of the content management system's folder hierarchy. These nodes function as containers or logical groupings for organizing content items, enabling a structured, navigable, and secure repository for digital assets and documents. Its role is critical for establishing the taxonomy and parent-child relationships that govern how content is stored, categorized, and accessed across the E-Business Suite.
Key Information Stored
As a base table, IBC_DIRECTORY_NODES_B primarily stores the system-generated identifiers and essential attributes for each node. The primary key, DIRECTORY_NODE_ID, is the unique numeric identifier for every directory node in the system. While the provided ETRM metadata does not list all columns, standard practice for Oracle EBS base tables indicates it likely contains core columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and OBJECT_VERSION_NUMBER for data auditing and concurrency control. The table's structure is designed to hold the invariant, non-translatable data for a directory node, with translatable attributes like the node name stored in the associated IBC_DIRECTORY_NODES_TL table.
Common Use Cases and Queries
This table is central to operations involving content directory navigation, security, and reporting. Common use cases include generating a complete directory tree for user interfaces, applying access control policies at the folder level, and locating all content within a specific branch of the hierarchy. A fundamental query retrieves the hierarchical relationship between nodes, often joining to IBC_DIRECTORY_NODE_RELS. For example, to find all child nodes of a specific parent, one might use a query such as: SELECT child.DIRECTORY_NODE_ID FROM IBC_DIRECTORY_NODES_B parent, IBC_DIRECTORY_NODE_RELS rel, IBC_DIRECTORY_NODES_B child WHERE parent.DIRECTORY_NODE_ID = :p_parent_node_id AND parent.DIRECTORY_NODE_ID = rel.PARENT_DIR_NODE_ID AND rel.CHILD_DIR_NODE_ID = child.DIRECTORY_NODE_ID;. Reporting on directory structure or validating data integrity also frequently involves this table.
Related Objects
The IBC_DIRECTORY_NODES_B table has integral relationships with several other key Content Manager tables, as documented by its foreign key constraints. The primary key (DIRECTORY_NODE_ID) is referenced by:
- IBC_CONTENT_ITEM_NODES via DIRECTORY_NODE_ID: Links content items to their assigned directory nodes.
- IBC_CONTENT_ITEMS via DIRECTORY_NODE_ID: Associates content items with a primary directory node.
- IBC_DIRECTORY_NODES_TL via DIRECTORY_NODE_ID: Stores the translated names and descriptions for each directory node.
- IBC_DIRECTORY_NODE_RELS via PARENT_DIR_NODE_ID and CHILD_DIR_NODE_ID: Defines the hierarchical parent-child relationships between directory nodes themselves.
-
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 ,
-
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_DIRECTORY_NODE_RELS_PKG dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_DIRECTORY_NODE_GRP dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_UTILITIES_PVT dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_VALIDATE_PVT dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
APPS.IBC_UTILITIES_GRP dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
APPS.IBC_VALIDATE_PVT dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_UTILITIES_GRP dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IGS_CO_GEN_004 dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_DIRECTORY_NODE_RELS_PKG dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
APPS.IBC_DIRECTORY_NODE_GRP dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
APPS.IBC_UTILITIES_PVT dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
VIEW: IBC.IBC_DIRECTORY_NODES_B#
12.2.2
owner:IBC, object_type:VIEW, object_name:IBC_DIRECTORY_NODES_B#, status:VALID,
-
VIEW: APPS.IBC_DIRNODE_PERMISSIONS_V
12.1.1
-
VIEW: APPS.IBC_DIRNODE_PERMISSIONS_V
12.2.2
-
TRIGGER: APPS.IBC_DIRECTORY_NODES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBC_DIRECTORY_NODES_B+, status:VALID,
-
Table: IBC_DIRECTORY_NODE_RELS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODE_RELS, object_name:IBC_DIRECTORY_NODE_RELS, status:VALID, product: IBC - Content Manager , description: IBC_DIRECTORY_NODE_RELS store relationship information between parent and child directory nodes. , implementation_dba_data: IBC.IBC_DIRECTORY_NODE_RELS ,
-
SYNONYM: APPS.IBC_DIRECTORY_NODES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBC_DIRECTORY_NODES_B, status:VALID,
-
TRIGGER: APPS.IBC_DIRECTORY_NODES_B+
12.2.2
-
VIEW: IBC.IBC_DIRECTORY_NODES_B#
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_CONTENT_ITEMS
12.2.2
-
Table: IBC_DIRECTORY_NODE_RELS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODE_RELS, object_name:IBC_DIRECTORY_NODE_RELS, status:VALID, product: IBC - Content Manager , description: IBC_DIRECTORY_NODE_RELS store relationship information between parent and child directory nodes. , implementation_dba_data: IBC.IBC_DIRECTORY_NODE_RELS ,
-
SYNONYM: APPS.IBC_DIRECTORY_NODES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBC_DIRECTORY_NODES_B, status:VALID,
-
APPS.IBC_DIRECTORY_NODE_GRP SQL Statements
12.1.1
-
VIEW: APPS.IBC_DIRECTORY_NODES_VL
12.1.1
-
TABLE: IBC.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,
-
VIEW: APPS.IBC_DIRECTORY_NODES_VL
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_CONTENT_ITEMS
12.1.1
-
APPS.IBC_DIRECTORY_NODE_GRP dependencies on IBC_DIRECTORY_NODE_RELS
12.1.1
-
APPS.IBC_UTILITIES_GRP SQL Statements
12.1.1
-
APPS.IBC_DIRECTORY_NODE_GRP SQL Statements
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT SQL Statements
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT SQL Statements
12.1.1
-
eTRM - IBC Tables and Views
12.1.1
description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. ,
-
APPS.IBC_DIRECTORY_NODE_GRP dependencies on IBC_DIRECTORY_NODE_RELS
12.2.2
-
TABLE: IBC.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,
-
eTRM - IBC Tables and Views
12.2.2
description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. ,
-
FUNCTION: APPS.IBC_DIRECTORY_NODES_B=
12.2.2
-
APPS.IBC_UTILITIES_GRP SQL Statements
12.2.2
-
APPS.IBC_DIRECTORY_NODE_RELS_PKG SQL Statements
12.1.1
-
APPS.IBC_DIRECTORY_NODE_RELS_PKG SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_B_S1
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2