Search Results bne_content_cols_b
Overview
BNE_CONTENT_COLS_B is a base table in the BNE schema, owned by the Web Applications Desktop Integrator (BNE) product module. It stores the definition of Content Component columns, meaning each row describes a single column that belongs to a Content Component within the BNE content framework. Content Components are the reusable definitions that drive desktop integration layouts, Web ADI integrators, and related mapping structures in Oracle E-Business Suite 12.1.1 and 12.2.2.
The table exhibits a dependent, attribute-bearing structure anchored to BNE_CONTENTS_B. Heuristically, this suggests a satellite-leaning Data Vault classification: BNE_CONTENT_COLS_B records descriptive attributes (column names, sequence, read-only behavior) that hang off a parent content definition, rather than acting as an independent hub or a pure many-to-many link. The composite primary key BNE_CONTENT_COLS_B_PK (APPLICATION_ID, CONTENT_CODE, SEQUENCE_NUM) confirms that a content component's columns are uniquely identified together with their parent content identifier.
Key Information Stored
The table contains 12 documented columns. The most significant are:
- APPLICATION_ID — Identifies the application context and forms part of the primary key and foreign key to BNE_CONTENTS_B.
- CONTENT_CODE — The content component code; jointly with APPLICATION_ID it ties each column to its parent content definition.
- SEQUENCE_NUM — Ordinal position of the column within the content component, completing the primary key.
- COL_NAME — The name of the content component column; participates in the unique index BNE_CONTENT_COLS_B_UK2.
- READ_ONLY_FLAG — Indicates whether the column is display-only within the integrator layout.
- OBJECT_VERSION_NUMBER — Optimistic locking column used by the BNE framework for concurrent update control.
- ZD_EDITION_NAME — Edition-based redefinition column enabling online patching; part of the business-key candidate index BNE_CONTENT_COLS_B_UK2.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, LAST_UPDATE_DATE — Standard WHO audit columns tracking creation and modification.
The surrogate-style primary key is the composite (APPLICATION_ID, CONTENT_CODE, SEQUENCE_NUM). The documented unique index BNE_CONTENT_COLS_B_UK2 (APPLICATION_ID, CONTENT_CODE, COL_NAME, ZD_EDITION_NAME) represents a business-key candidate, ensuring a column name is not duplicated within the same content component for a given edition.
Common Use Cases and Queries
Typical scenarios include auditing the column layout of a Web ADI integrator, verifying read-only columns exposed to end users, and joining column definitions to their mappings. A representative query lists all columns for a content component in display order:
SELECT sequence_num, col_name, read_only_flag FROM bne.bne_content_cols_b WHERE application_id = :app_id AND content_code = :code ORDER BY sequence_num;- Reporting joins BNE_CONTENT_COLS_B to BNE_MAPPING_LINES on CONTENT_APP_ID, CONTENT_CODE, and CONTENT_SEQ_NUM to reconcile columns with their mapping targets.
- Edition-aware queries should filter on ZD_EDITION_NAME to align with the current edition when running under online patching in 12.2.2.
Related Objects
The most significant related objects, based on documented foreign key relationships, are:
- BNE_CONTENTS_B — Parent table; joined via APPLICATION_ID and CONTENT_CODE.
- BNE_MAPPING_LINES — References this table through CONTENT_APP_ID, CONTENT_CODE, and CONTENT_SEQ_NUM.
- BNE_CONTENT_COLS_B_PK — Primary key constraint enforcing uniqueness of (APPLICATION_ID, CONTENT_CODE, SEQUENCE_NUM).
- BNE_CONTENT_COLS_B_UK2 — Unique index supporting business-key and edition validation.
-
Table: BNE_CONTENT_COLS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENT_COLS_B, object_name:BNE_CONTENT_COLS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Content Component columns , implementation_dba_data: BNE.BNE_CONTENT_COLS_B ,
-
Table: BNE_CONTENT_COLS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENT_COLS_B, object_name:BNE_CONTENT_COLS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Content Component columns , implementation_dba_data: BNE.BNE_CONTENT_COLS_B ,
-
VIEW: BNE.BNE_CONTENT_COLS_B#
12.2.2
owner:BNE, object_type:VIEW, object_name:BNE_CONTENT_COLS_B#, status:VALID,
-
TRIGGER: APPS.BNE_CONTENT_COLS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BNE_CONTENT_COLS_B+, status:VALID,
-
SYNONYM: APPS.BNE_CONTENT_COLS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BNE_CONTENT_COLS_B, status:VALID,
-
SYNONYM: APPS.BNE_CONTENT_COLS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BNE_CONTENT_COLS_B, status:VALID,
-
APPS.BNE_CONTENT_COLS_PKG SQL Statements
12.1.1
-
APPS.BNE_CONTENT_COLS_PKG SQL Statements
12.2.2
-
VIEW: APPS.BNE_CONTENT_COLS_VL
12.2.2
-
TRIGGER: APPS.BNE_CONTENT_COLS_B+
12.2.2
-
VIEW: BNE.BNE_CONTENT_COLS_B#
12.2.2
-
APPS.BNE_CONTENT_UTILS SQL Statements
12.1.1
-
VIEW: APPS.BNE_CONTENT_COLS_VL
12.1.1
-
APPS.BNE_CONTENT_UTILS SQL Statements
12.2.2
-
Table: BNE_CONTENT_COLS_TL
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENT_COLS_TL, object_name:BNE_CONTENT_COLS_TL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Translations for BNE_CONTENT_COLS_B , implementation_dba_data: BNE.BNE_CONTENT_COLS_TL ,
-
Table: BNE_CONTENT_COLS_TL
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENT_COLS_TL, object_name:BNE_CONTENT_COLS_TL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Translations for BNE_CONTENT_COLS_B , implementation_dba_data: BNE.BNE_CONTENT_COLS_TL ,
-
Table: BNE_CONTENTS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENTS_B, object_name:BNE_CONTENTS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Content Components , implementation_dba_data: BNE.BNE_CONTENTS_B ,
-
FUNCTION: APPS.BNE_CONTENT_COLS_B=
12.2.2
-
Table: BNE_MAPPING_LINES
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_MAPPING_LINES, object_name:BNE_MAPPING_LINES, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of individual column mappings , implementation_dba_data: BNE.BNE_MAPPING_LINES ,
-
Table: BNE_MAPPING_LINES
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_MAPPING_LINES, object_name:BNE_MAPPING_LINES, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of individual column mappings , implementation_dba_data: BNE.BNE_MAPPING_LINES ,
-
FUNCTION: APPS.BNE_CONTENT_COLS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:BNE_CONTENT_COLS_B=, status:VALID,
-
PACKAGE BODY: APPS.BNE_CONTENT_COLS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_CONTENT_COLS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: BNE.BNE_CONTENT_COLS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENT_COLS_B, object_name:BNE_CONTENT_COLS_B, status:VALID,
-
TABLE: BNE.BNE_CONTENT_COLS_B
12.1.1
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENT_COLS_B, object_name:BNE_CONTENT_COLS_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_CONTENT_COLS_PKG
12.1.1
-
PACKAGE BODY: APPS.BNE_CONTENT_COLS_PKG
12.2.2
-
PACKAGE BODY: APPS.BNE_CONTENT_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_CONTENT_UTILS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.BNE_CONTENT_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_CONTENT_UTILS, status:VALID,
-
Table: BNE_CONTENTS_B
12.2.2
owner:BNE, object_type:TABLE, fnd_design_data:BNE.BNE_CONTENTS_B, object_name:BNE_CONTENTS_B, status:VALID, product: BNE - Web Applications Desktop Integrator , description: Definition of Content Components , implementation_dba_data: BNE.BNE_CONTENTS_B ,
-
View: BNE_CONTENT_COLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_CONTENT_COLS_VL, object_name:BNE_CONTENT_COLS_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_CONTENT_COLS_VL is a standard translation view over the BNE_CONTENT_COLS entity. , implementation_dba_data: APPS.BNE_CONTENT_COLS_VL ,
-
12.1.1 DBA Data
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.BNE_CONTENT_UTILS
12.1.1
-
PACKAGE BODY: APPS.BNE_CONTENT_UTILS
12.2.2
-
PACKAGE BODY: APPS.BNE_CONTENT_COLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_CONTENT_COLS_PKG, status:VALID,
-
View: BNE_CONTENT_COLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BNE.BNE_CONTENT_COLS_VL, object_name:BNE_CONTENT_COLS_VL, status:VALID, product: BNE - Web Applications Desktop Integrator , description: BNE_CONTENT_COLS_VL is a standard translation view over the BNE_CONTENT_COLS entity. , implementation_dba_data: APPS.BNE_CONTENT_COLS_VL ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FEM_WEBADI_TABLES_UTILS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FEM_WEBADI_TABLES_UTILS_PVT, status:VALID,
-
PACKAGE BODY: APPS.PQP_RIW_WEBADI_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQP_RIW_WEBADI_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PQP_RIW_WEBADI_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQP_RIW_WEBADI_UTILS, status:VALID,
-
PACKAGE BODY: APPS.BNE_INTEGRATOR_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BNE_INTEGRATOR_UTILS, status:VALID,