SDS_ANALYTICS_RESOURCES
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SDS_ANALYTICS_RESOURCES_PK |
ANALYTICS_RESOURCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ANALYTICS_RESOURCE_ID | NUMBER | 18 | Yes | Primary Key | |
MODULE | VARCHAR2 | 70 | Yes | BOSS module name like oraCommonSetup | |
NAME | VARCHAR2 | 70 | Yes | BOSS analytic view or dimension name like PayableInvoices | |
DB_ARTIFACT_NAME | VARCHAR2 | 128 | Yes | BOA$someHashValueHere_oraCommonSetup_PayableInvoices | |
DB_ARTIFACT_TYPE | VARCHAR2 | 30 | Yes | ANALYTIC VIEW, DIMENSION, HIERARCHY | |
CACHE_ENABLED_FLAG | VARCHAR2 | 1 | Yes | Y or N | |
CACHE_ENABLED_EDITION | VARCHAR2 | 128 | name of db edition where cache is enabled | ||
DEPLOYMENT_RESOURCE_ID | NUMBER | 18 | FK to SDS_DEPLOYMENT_RESOURCES | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
SDS_ANALYTICS_RESOURCES_N1 | Non Unique | Default | MODULE, NAME |
SDS_ANALYTICS_RESOURCES_N2 | Non Unique | Default | CACHE_ENABLED_EDITION |
SDS_ANALYTICS_RESOURCES_U1 | Unique | Default | ANALYTICS_RESOURCE_ID |
SDS_ANALYTICS_RESOURCES_U2 | Non Unique | Default | DB_ARTIFACT_NAME, DB_ARTIFACT_TYPE |