DBA Data[Home] [Help] [Dependency Information]


TABLE: IBC.IBC_ATTRIBUTE_TYPES_B

Object Details
Object Name: IBC_ATTRIBUTE_TYPES_B
Object Type: TABLE
Owner: IBC
FND Design Data: TableIBC.IBC_ATTRIBUTE_TYPES_B
Subobject Name:
Status: VALID


IBC_ATTRIBUTE_TYPES_B defines all the attribute types for a given content type. For each
attribute, the data type, data length, number of instances, and default value are defined.
The value for DATA_TYPE_CODE column has to be lookup code from ibc_attribute_data_type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_ATTRIBUTE_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTENT_TYPE_CODE
ColumnATTRIBUTE_TYPE_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE_TYPE_CODE VARCHAR2 (100) Yes Attribute type code
CONTENT_TYPE_CODE VARCHAR2 (100) Yes Content type code this attribute belongs
FLEX_VALUE_SET_ID NUMBER

Flexfield value set identifier. References FND_FLEX_VALUES
DATA_TYPE_CODE VARCHAR2 (30) Yes Data type of this attribute
DATA_LENGTH NUMBER (15)
Length limit for this attribute if data type is string, url or html
MIN_INSTANCES NUMBER
Yes Minimal number of attribute instances for any content item of this content type
MAX_INSTANCES NUMBER

Maximum number of attribute instances for any content item of this content type
DEFAULT_VALUE VARCHAR2 (240)
Default value of the attribute
UPDATEABLE_FLAG VARCHAR2 (1) Yes Whether the default value can be updated at item instance level
REFERENCE_CODE VARCHAR2 (100)
If datatype is component, this is the content type code of the component items referred via this attribute
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number for locking.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
DISPLAY_ORDER NUMBER

Maximum number of attribute instances for any content item of this content type
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ATTRIBUTE_TYPE_CODE
,      CONTENT_TYPE_CODE
,      FLEX_VALUE_SET_ID
,      DATA_TYPE_CODE
,      DATA_LENGTH
,      MIN_INSTANCES
,      MAX_INSTANCES
,      DEFAULT_VALUE
,      UPDATEABLE_FLAG
,      REFERENCE_CODE
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      DISPLAY_ORDER
,      ZD_EDITION_NAME
FROM IBC.IBC_ATTRIBUTE_TYPES_B;

Dependencies

[top of page]

IBC.IBC_ATTRIBUTE_TYPES_B does not reference any database object

IBC.IBC_ATTRIBUTE_TYPES_B is referenced by following:

SchemaIBC
ViewIBC_ATTRIBUTE_TYPES_B#