Search Results ibc_content_types_b
Overview
The IBC_CONTENT_TYPES_B table is a core repository table within the Oracle E-Business Suite Content Manager (IBC) module. It functions as the master definition table for content types, which are abstract classifications used to group similar content items. Every content item managed within the system must be associated with a defined content type. This table stores the fundamental, non-translatable attributes of these types, establishing the structural framework for content categorization, attribute management, and presentation logic across the application.
Key Information Stored
The primary column in this table is CONTENT_TYPE_CODE, which serves as the unique identifier (primary key) for a content type. This code is a mandatory, internal key referenced throughout the content management schema. While the provided ETRM metadata does not list all columns, typical columns in such a base table include CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY for auditing, and likely columns controlling the type's behavior, such as status flags or configuration options. The human-readable name and description for each content type are stored not in this base table, but in the corresponding translation table, IBC_CONTENT_TYPES_TL, linked via the CONTENT_TYPE_CODE.
Common Use Cases and Queries
This table is central to administrative setup and reporting on the content repository. Common operational scenarios include querying all defined content types to understand the content taxonomy or validating a content type code before creating new items. A typical query would join the base table with its translation table to retrieve a user-friendly list. For example:
SELECT b.content_type_code, tl.name, tl.description FROM ibc_content_types_b b, ibc_content_types_tl tl WHERE b.content_type_code = tl.content_type_code AND tl.language = USERENV('LANG');
This table is also critical for data integrity when performing data migrations or integrations, ensuring that any incoming content data references a valid, pre-defined CONTENT_TYPE_CODE.
Related Objects
IBC_CONTENT_TYPES_B is a pivotal parent table with several key foreign key relationships, as documented in the ETRM. The CONTENT_TYPE_CODE column is referenced by:
- IBC_CONTENT_ITEMS (via CONTENT_TYPE_CODE): This is the primary relationship, linking the type definition to the actual content instances.
- IBC_ATTRIBUTE_TYPES_B (via CONTENT_TYPE_CODE): Associates specific metadata attributes (custom fields) with a content type.
- IBC_STYLESHEETS (via CONTENT_TYPE_CODE): Defines presentation stylesheets applicable to a content type.
- IBC_CONTENT_TYPES_TL (via CONTENT_TYPE_CODE): The translation table holding the multilingual names and descriptions.
These relationships enforce that all content items, their attributes, and their presentation rules are governed by a valid master content type definition.
-
Table: IBC_CONTENT_TYPES_B
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_TYPES_B, object_name:IBC_CONTENT_TYPES_B, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_TYPES_B stores abstract information about a group of similar content items , implementation_dba_data: IBC.IBC_CONTENT_TYPES_B ,
-
Table: IBC_CONTENT_TYPES_B
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_TYPES_B, object_name:IBC_CONTENT_TYPES_B, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_TYPES_B stores abstract information about a group of similar content items , implementation_dba_data: IBC.IBC_CONTENT_TYPES_B ,
-
APPS.IBC_CONTENT_TYPES_PKG dependencies on IBC_CONTENT_TYPES_B
12.2.2
-
APPS.IBC_CONTENT_TYPES_PKG dependencies on IBC_CONTENT_TYPES_B
12.1.1
-
APPS.IBC_VALIDATE_PVT dependencies on IBC_CONTENT_TYPES_B
12.2.2
-
APPS.IBC_VALIDATE_PVT dependencies on IBC_CONTENT_TYPES_B
12.1.1
-
APPS.IBC_CTYPE_PVT dependencies on IBC_CONTENT_TYPES_B
12.1.1
-
APPS.IBC_CITEM_ADMIN_GRP dependencies on IBC_CONTENT_TYPES_B
12.2.2
-
APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_CONTENT_TYPES_B
12.2.2
-
APPS.IBC_CITEM_ADMIN_GRP dependencies on IBC_CONTENT_TYPES_B
12.1.1
-
APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_CONTENT_TYPES_B
12.1.1
-
APPS.IBC_CTYPE_PVT dependencies on IBC_CONTENT_TYPES_B
12.2.2
-
VIEW: IBC.IBC_CONTENT_TYPES_B#
12.2.2
owner:IBC, object_type:VIEW, object_name:IBC_CONTENT_TYPES_B#, status:VALID,
-
TRIGGER: APPS.IBC_CONTENT_TYPES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBC_CONTENT_TYPES_B+, status:VALID,
-
SYNONYM: APPS.IBC_CONTENT_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBC_CONTENT_TYPES_B, status:VALID,
-
VIEW: IBC.IBC_CONTENT_TYPES_B#
12.2.2
-
SYNONYM: APPS.IBC_CONTENT_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBC_CONTENT_TYPES_B, status:VALID,
-
VIEW: APPS.IBC_CONTENT_TYPES_VL
12.2.2
-
VIEW: APPS.IBC_CONTENT_TYPES_VL
12.1.1
-
TRIGGER: APPS.IBC_CONTENT_TYPES_B+
12.2.2
-
APPS.IBC_CONTENT_TYPES_PKG SQL Statements
12.2.2
-
APPS.IBC_CONTENT_TYPES_PKG 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. ,
-
12.2.2 DBA Data
12.2.2
-
APPS.IBC_CTYPE_PVT SQL Statements
12.2.2
-
Table: IBC_ATTRIBUTE_TYPES_B
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_ATTRIBUTE_TYPES_B, object_name:IBC_ATTRIBUTE_TYPES_B, status:VALID, product: IBC - Content Manager , description: IBC_ATTRIBUTE_TYPES_B defines all the attribute types for a given content type , implementation_dba_data: IBC.IBC_ATTRIBUTE_TYPES_B ,
-
TABLE: IBC.IBC_CONTENT_TYPES_B
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_TYPES_B, object_name:IBC_CONTENT_TYPES_B, status:VALID,
-
TABLE: IBC.IBC_CONTENT_TYPES_B
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_TYPES_B, object_name:IBC_CONTENT_TYPES_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: IBC_CONTENT_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBC.IBC_CONTENT_TYPES_VL, object_name:IBC_CONTENT_TYPES_VL, status:VALID, product: IBC - Content Manager , implementation_dba_data: APPS.IBC_CONTENT_TYPES_VL ,
-
APPS.IBC_CTYPE_PVT dependencies on IBC_CONTENT_TYPES_TL
12.2.2
-
FUNCTION: APPS.IBC_CONTENT_TYPES_B=
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.IBC_CTYPE_PVT SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IBC_CONTENT_TYPES_TL
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_TYPES_TL, object_name:IBC_CONTENT_TYPES_TL, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_TYPES_TL stores translated information about content types. , implementation_dba_data: IBC.IBC_CONTENT_TYPES_TL ,
-
PACKAGE BODY: APPS.IBC_CONTENT_TYPES_PKG
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: IBC_STYLESHEETS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_STYLESHEETS, object_name:IBC_STYLESHEETS, status:VALID, product: IBC - Content Manager , description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. , implementation_dba_data: IBC.IBC_STYLESHEETS ,
-
FUNCTION: APPS.IBC_CONTENT_TYPES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBC_CONTENT_TYPES_B=, status:VALID,
-
Table: IBC_CONTENT_TYPES_TL
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_TYPES_TL, object_name:IBC_CONTENT_TYPES_TL, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_TYPES_TL stores translated information about content types. , implementation_dba_data: IBC.IBC_CONTENT_TYPES_TL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: IBC_ATTRIBUTE_TYPES_B
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_ATTRIBUTE_TYPES_B, object_name:IBC_ATTRIBUTE_TYPES_B, status:VALID, product: IBC - Content Manager , description: IBC_ATTRIBUTE_TYPES_B defines all the attribute types for a given content type , implementation_dba_data: IBC.IBC_ATTRIBUTE_TYPES_B ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IBC Tables and Views
12.2.2
description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. ,
-
APPS.IBC_CTYPE_PVT dependencies on IBC_CONTENT_TYPES_TL
12.1.1
-
Table: IBC_STYLESHEETS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_STYLESHEETS, object_name:IBC_STYLESHEETS, status:VALID, product: IBC - Content Manager , description: IBC_STYLESHEETS stores the associated stylesheets for a given content type. , implementation_dba_data: IBC.IBC_STYLESHEETS ,