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


TABLE: BIS.BIS_APPLICATION_MEASURES

Object Details
Object Name: BIS_APPLICATION_MEASURES
Object Type: TABLE
Owner: BIS
FND Design Data: TableBIS.BIS_APPLICATION_MEASURES
Subobject Name:
Status: VALID


BIS_APPLICATION MEASURES is a list of associations between individual Oracle applications and sets of performance measures relevant to the application.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BIS_APPLICATION_MEASURES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnINDICATOR_ID
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application ID Column
INDICATOR_ID NUMBER
Yes Performance Measure ID
OWNING_APPLICATION VARCHAR2 (1) Yes Flag to distinguish whether this application is the owner of the performance measure
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
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.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

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

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


SELECT APPLICATION_ID
,      INDICATOR_ID
,      OWNING_APPLICATION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM BIS.BIS_APPLICATION_MEASURES;

Dependencies

[top of page]

BIS.BIS_APPLICATION_MEASURES does not reference any database object

BIS.BIS_APPLICATION_MEASURES is referenced by following:

SchemaAPPS
SynonymBIS_APPLICATION_MEASURES