FND_KF_ADFBC_USAGES_BK
This table stores the key flexfield ADF entity usages.
Details
-
Schema: KFF
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_KF_ADFBC_USAGES_BK_PK |
TABLE_NAME, TABLE_USAGE_CODE, ENTITY_OBJECT, ENTERPRISE_ID, CUST_SET_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CUST_SET_ID | VARCHAR2 | 300 | Yes | Customization Set ID | |
ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID | |
TABLE_NAME | VARCHAR2 | 30 | Yes | TABLE_NAME | |
TABLE_USAGE_CODE | VARCHAR2 | 40 | Yes | TABLE_USAGE_CODE | |
ENTITY_OBJECT | VARCHAR2 | 240 | Yes | ENTITY_OBJECT | |
PACKAGE_NAME | VARCHAR2 | 240 | Yes | PACKAGE_NAME | |
OBJECT_NAME_PREFIX | VARCHAR2 | 30 | Yes | OBJECT_NAME_PREFIX | |
DEPLOYMENT_STATUS | VARCHAR2 | 30 | Yes | DEPLOYMENT_STATUS | |
DEPLOYMENT_ERROR_MESSAGE | VARCHAR2 | 4000 | DEPLOYMENT_ERROR_MESSAGE | ||
BI_FLATTENED_FACT_NAME | VARCHAR2 | 128 | BI_FLATTENED_FACT_NAME | ||
TOPOLOGY_APP_SHORT_NAME | VARCHAR2 | 500 | TOPOLOGY_APP_SHORT_NAME | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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 | Status |
---|---|---|---|---|
FND_KF_ADFBC_USAGES_BK_U1 | Unique | Default | TABLE_NAME, TABLE_USAGE_CODE, ENTITY_OBJECT, ENTERPRISE_ID, CUST_SET_ID | |
FND_KF_ADFBC_USAGES_BK_U2 | Unique | Default | PACKAGE_NAME, ENTERPRISE_ID, CUST_SET_ID | |
FND_KF_ADFBC_USAGES_BK_U3 | Unique | Default | DECODE("BI_FLATTENED_FACT_NAME", NULL, 'PN_' || "PACKAGE_NAME", 'BFFN_' || "BI_FLATTENED_FACT_NAME"), ENTERPRISE_ID, CUST_SET_ID | Obsolete |