ADF_CASCADING_LOOKUP_REL
Stores the Parent and Child Lookup Types against the Relationship Id corresponding to relationship between Parent-Child FCLs
Details
-
Schema: FUSION
-
Object owner: ZCX
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ADF_CASCADING_LOOKUP_REL_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | ID Column | |
| PARENT_LOOKUP_TYPE | VARCHAR2 | 30 | Yes | PARENT_LOOKUP_TYPE | |
| CHILD_LOOKUP_TYPE | VARCHAR2 | 30 | Yes | CHILD_LOOKUP_TYPE | |
| SANDBOX_NAME | VARCHAR2 | 800 | Name of the sandbox | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update 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. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| adf_cascading_lookup_asst | adf_cascading_lookup_rel | RELATIONSHIP_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ADF_CASCADING_LOOKUP_REL_U1 | Unique | Default | ID |