FND_KF_ADFBC_USAGES

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_PK

TABLE_NAME, TABLE_USAGE_CODE, ENTITY_OBJECT, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
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.
SEED_DATA_SOURCE VARCHAR2 512 Seed data file from which the row originates.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns Status
FND_KF_ADFBC_USAGES_U1 Unique Default TABLE_NAME, TABLE_USAGE_CODE, ENTITY_OBJECT, ENTERPRISE_ID, ORA_SEED_SET1
FND_KF_ADFBC_USAGES_U11 Unique Default TABLE_NAME, TABLE_USAGE_CODE, ENTITY_OBJECT, ENTERPRISE_ID, ORA_SEED_SET2
FND_KF_ADFBC_USAGES_U2 Unique Default PACKAGE_NAME, ENTERPRISE_ID, ORA_SEED_SET1
FND_KF_ADFBC_USAGES_U21 Unique Default PACKAGE_NAME, ENTERPRISE_ID, ORA_SEED_SET2
FND_KF_ADFBC_USAGES_U3 Unique Default DECODE("BI_FLATTENED_FACT_NAME",NULL,('PN_' || "PACKAGE_NAME"),('BFFN_' || "BI_FLATTENED_FACT_NAME")), ENTERPRISE_ID Obsolete