ADF_PROVIDER_TABLE
Stores the table names of the Objects.
Details
-
Schema: FUSION
-
Object owner: ZCX
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ADF_PROVIDER_TABLE_PK |
TABLE_NAME |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | 100 | Yes | Indicates the Name of the table. |
| PROVIDER_ID | VARCHAR2 | 3000 | Yes | Indicates the Id of the provider. |
| SANDBOX_NAME | VARCHAR2 | 800 | Indicates the Name of the sandbox. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ADF_PROVIDER_TABLE_U1 | Unique | Default | TABLE_NAME |