Search Results ibc_directory_nodes_tl
Overview
The IBC_DIRECTORY_NODES_TL table is a core component of the Content Manager (IBC) module within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. As a translation table (denoted by the '_TL' suffix), its primary function is to store multilingual information for directory nodes. These nodes form the hierarchical structure of the content repository, organizing digital assets such as documents, images, and other managed content. The table enables the EBS application to present directory names and descriptions in the language of the user's session, supporting global deployments. It operates in conjunction with its base table, IBC_DIRECTORY_NODES_B, which holds non-translatable, language-independent attributes.
Key Information Stored
The table's structure is designed to manage translated text for each directory node across multiple installed languages. Its primary key is a composite of DIRECTORY_NODE_ID and LANGUAGE, ensuring a unique translation record per node per language. The DIRECTORY_NODE_ID column is a foreign key that links each translation row to a specific directory node defined in the IBC_DIRECTORY_NODES_B table. The LANGUAGE column stores the language code (e.g., 'US' for American English) for the translation. While the specific column list is not detailed in the provided metadata, typical translation tables in EBS include columns such as NODE_NAME and DESCRIPTION to hold the translated textual attributes. Additional standard columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN are also invariably present for auditing.
Common Use Cases and Queries
This table is queried whenever the Content Manager interface renders the content directory tree in a user's session language. Common operational and reporting scenarios include generating a list of all directory nodes with their translated names for a specific language, or identifying nodes missing translations for a critical language. A typical query to retrieve translated node information would join this table with its base table.
- Sample Query: To fetch the active directory structure in the current session language, a developer might use:
SELECT b.PARENT_DIRECTORY_NODE_ID, tl.NODE_NAME FROM ibc_directory_nodes_b b, ibc_directory_nodes_tl tl WHERE b.directory_node_id = tl.directory_node_id AND tl.language = USERENV('LANG') ORDER BY b.ORDER_OF_LEVEL; - Data Fix: Administrators may run update statements on this table to correct translated text for a specific node and language, ensuring the DIRECTORY_NODE_ID and LANGUAGE conditions are precisely specified in the WHERE clause.
Related Objects
The IBC_DIRECTORY_NODES_TL table has a direct and essential relationship with the IBC_DIRECTORY_NODES_B table, as defined by its foreign key constraint. The DIRECTORY_NODE_ID column in the TL table references the DIRECTORY_NODE_ID in the B table. This relationship is foundational; a directory node must exist in the base table before translations can be entered. The table is also intrinsically linked to the broader Content Manager data model, which includes objects for content items (IBC_CONTENT_ITEMS_B/TL), categories, and permissions. Any application programming interface (API) or user interface (UI) process that creates, updates, or displays directory nodes will interact with this translation table, typically via the standard Oracle Translation Table architecture.
-
Table: IBC_DIRECTORY_NODES_TL
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODES_TL, object_name:IBC_DIRECTORY_NODES_TL, status:VALID, product: IBC - Content Manager , description: IBC_DIRECTORY_NODES_TL stores translated information about directory nodes , implementation_dba_data: IBC.IBC_DIRECTORY_NODES_TL ,
-
Table: IBC_DIRECTORY_NODES_TL
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODES_TL, object_name:IBC_DIRECTORY_NODES_TL, status:VALID, product: IBC - Content Manager , description: IBC_DIRECTORY_NODES_TL stores translated information about directory nodes , implementation_dba_data: IBC.IBC_DIRECTORY_NODES_TL ,
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_TL
12.1.1
-
APPS.IGS_CO_GEN_004 dependencies on IBC_DIRECTORY_NODES_TL
12.1.1
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_TL
12.2.2
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: IBC.IBC_DIRECTORY_NODES_TL#
12.2.2
owner:IBC, object_type:VIEW, object_name:IBC_DIRECTORY_NODES_TL#, status:VALID,
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.IBC_DIRECTORY_NODES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IBC_DIRECTORY_NODES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBC_DIRECTORY_NODES_TL, status:VALID,
-
TRIGGER: APPS.IBC_DIRECTORY_NODES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBC_DIRECTORY_NODES_TL+, status:VALID,
-
SYNONYM: APPS.IBC_DIRECTORY_NODES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBC_DIRECTORY_NODES_TL, status:VALID,
-
APPS.IBC_DIRECTORY_NODES_PKG SQL Statements
12.2.2
-
VIEW: IBC.IBC_DIRECTORY_NODES_TL#
12.2.2
-
VIEW: APPS.IBC_DIRECTORY_NODES_VL
12.2.2
-
VIEW: APPS.IBC_DIRECTORY_NODES_VL
12.1.1
-
TRIGGER: APPS.IBC_DIRECTORY_NODES_TL+
12.2.2
-
TABLE: IBC.IBC_DIRECTORY_NODES_TL
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODES_TL, object_name:IBC_DIRECTORY_NODES_TL, status:VALID,
-
TABLE: IBC.IBC_DIRECTORY_NODES_TL
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_DIRECTORY_NODES_TL, object_name:IBC_DIRECTORY_NODES_TL, status:VALID,
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
FUNCTION: APPS.IBC_DIRECTORY_NODES_TL=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBC_DIRECTORY_NODES_PKG
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IBC_DIRECTORY_NODES_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IBC_CITEMS_V
12.2.2
-
VIEW: APPS.IBC_CITEMS_V
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.IBC_DIRECTORY_NODES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBC_DIRECTORY_NODES_TL=, status:VALID,
-
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 ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
View: IBC_DIRECTORY_NODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_DIRECTORY_NODES_VL, object_name:IBC_DIRECTORY_NODES_VL, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_DIRECTORY_NODES_VL ,
-
12.1.1 DBA Data
12.1.1
-
View: IBC_DIRECTORY_NODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_DIRECTORY_NODES_VL, object_name:IBC_DIRECTORY_NODES_VL, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_DIRECTORY_NODES_VL ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IBC_DIRECTORY_NODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_DIRECTORY_NODES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_B
12.2.2
-
PACKAGE BODY: APPS.IBC_DIRECTORY_NODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBC_DIRECTORY_NODES_PKG, status:VALID,
-
APPS.IBC_DIRECTORY_NODES_PKG dependencies on IBC_DIRECTORY_NODES_B
12.1.1
-
PACKAGE BODY: APPS.IGS_CO_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_GEN_004, status:VALID,
-
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 ,