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


TABLE: IBC.IBC_STYLESHEETS

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


IBC_STYLESHEETS stores the associated stylesheets for a given content type.
Any stylesheet is a content item of STYLESHEET content type. A stylesheet can
be used to render the content items of the content type this stylesheet is
associated with.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBC_STYLESHEETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONTENT_ITEM_ID
ColumnCONTENT_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
CONTENT_TYPE_CODE VARCHAR2 (100) Yes Content type code
CONTENT_ITEM_ID NUMBER
Yes Content item identifier for the associated stylesheet
DEFAULT_STYLESHEET_FLAG VARCHAR2 (1) Yes Whether this is a Default StyleSheet.Default is 'F'. Stores 'T' or 'F'
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).
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number for locking.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

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


SELECT CONTENT_TYPE_CODE
,      CONTENT_ITEM_ID
,      DEFAULT_STYLESHEET_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IBC.IBC_STYLESHEETS;

Dependencies

[top of page]

IBC.IBC_STYLESHEETS does not reference any database object

IBC.IBC_STYLESHEETS is referenced by following:

SchemaAPPS
SynonymIBC_STYLESHEETS