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


TABLE: IBC.IBC_CONTENT_TYPES_B

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


IBC_CONTENT_TYPES_B stores abstract information about a group of similar content items. A content type can have many instances, called content items, which all bide to the definition of the content type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_CONTENT_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONTENT_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
CONTENT_TYPE_CODE VARCHAR2 (100) Yes Content type code Unique Identifier
CONTENT_TYPE_STATUS VARCHAR2 (30) Yes Content type status. Values are Active, Inactive
APPLICATION_ID NUMBER

Application id for decentralized data seeding
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated 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.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number for locking.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
OWNER_FND_USER_ID NUMBER

Standard Concurrent Program column
ENCRYPT_FLAG VARCHAR2 (1)
Content type status. Values are Active, Inactive
Query Text

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


SELECT CONTENT_TYPE_CODE
,      CONTENT_TYPE_STATUS
,      APPLICATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      OWNER_FND_USER_ID
,      ENCRYPT_FLAG
FROM IBC.IBC_CONTENT_TYPES_B;

Dependencies

[top of page]

IBC.IBC_CONTENT_TYPES_B does not reference any database object

IBC.IBC_CONTENT_TYPES_B is referenced by following:

SchemaAPPS
SynonymIBC_CONTENT_TYPES_B