FND_TABLES
Contains list of Tables registered in applications.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_TABLES_PK |
TABLE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TABLE_ID | NUMBER | 18 | Yes | Table Identifier. | |
TABLE_NAME | VARCHAR2 | 30 | Yes | Table Name. | |
APPLICATION_SHORT_NAME | VARCHAR2 | 50 | Short Name of the application owning the table. | ||
USER_TABLE_NAME | VARCHAR2 | 80 | Table Title or the name for the table that may be useful to users. | ||
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
TABLE_TYPE | VARCHAR2 | 10 | Type of the table. | ||
DESCRIPTION | VARCHAR2 | 4000 | The comment associated with the table. | ||
HOSTED_SUPPORT_STYLE | VARCHAR2 | 30 | A value validated by HOSTED_SUPPORT_STYLE lookup type. | ||
LOGICAL | VARCHAR2 | 1 | Y/N Flag: Is the table Logical? | ||
MLS_SUPPORT_MODEL | VARCHAR2 | 30 | MLS Support Model: (1) Fully Synched - Standard MLS fully synched table, (2) Single Language - Language sensitive table not modeled for MLS, (3) Partially Synched - Non-Standard MLS Partially Synched Table, (4)Not MLS - Not Language Sensitive Table. | ||
STATUS | VARCHAR2 | 30 | Active / Obsolete / EOL / Not Used (default: 'Active'). | ||
DEPLOY_TO | VARCHAR2 | 30 | All / Server DB Only / Mobile DB Only (default 'Server DB Only'). | ||
EXTENSION_OF_TABLE | VARCHAR2 | 30 | Name of base table extended by this table. | ||
SHORT_NAME | VARCHAR2 | 30 | Table Short Name: Max Length 24. | ||
SHARED_OBJECT | VARCHAR2 | 30 | Y/N Flag: Indicates whether DB table or DB view is accessed directly by external products (other than the owning product). | ||
CONFLICT_RESOLUTION | VARCHAR2 | 30 | Indicates how duplicate conflicts should be resolved for the table. The Transaction Merger component of Disconnected Mobile handles duplicate records differently for different types of tables. For non-intersection tables a new duplicate record is added (to be resolved at the next synchronization). The 'Duplicate' value should be set for tables of this type. For intersection tables a new record is always merged. The 'Merge' value should be set for tables of this type. | ||
TABLESPACE_TYPE | VARCHAR2 | 30 | Tablespace Classification: TRANSACTION_TABLES, REFERENCE, INTERFACE, SUMMARY, ARCHIVE, TOOLS, MEDIA etc. | ||
SELECT_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is Select allowed on the table? | |
INSERT_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is insert allowed on the table? | |
UPDATE_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is Update allowed on the table? | |
DELETE_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is Delete allowed on the table? | |
TRUNCATE_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is truncate allowed on the table? | |
MAINTAIN_PARTITION | VARCHAR2 | 1 | Yes | Y/N Flag.Can partitions be maintained on the table? | |
EXCHANGE_PARTITION | VARCHAR2 | 1 | Yes | Y/N Flag.Can partitions be excahnged on the table? | |
MAINTAIN_INDEX | VARCHAR2 | 1 | Yes | Y/N Flag.Can Indexes be maintained on the table? | |
FLASHBACK_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is flashback allowed on the table? | |
ENABLE_AUDIT | VARCHAR2 | 1 | Yes | Y/N Flag. Is this table need enable audit? | |
EBR_IMD_CAPTURE_MODEL | VARCHAR2 | 30 | Yes | Immediate sync capture pattern for a table. Options: GUARD/ORACLE_OWNED/ORACLE_OWNED_DE/CUSTOM. | |
APPLICATION_DB_TYPE | VARCHAR2 | 30 | Application DB type. Options: NULL/FA/RODS/FA,RODS. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
FND_INDEXES | FND_TABLES | TABLE_ID |
FND_COLUMNS | FND_TABLES | TABLE_ID |
FND_PRIMARY_KEYS | FND_TABLES | TABLE_ID |
FND_FOREIGN_KEYS | FND_TABLES | TABLE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_TABLES_U1 | Unique | Default | TABLE_ID |
FND_TABLES_U2 | Unique | Default | TABLE_NAME |
FND_TABLES_U3 | Unique | Default | USER_TABLE_NAME |