ADF_CASCADING_LOOKUP_ASST

Stores the valuemap i.e. the Parent and Child Lookup Codes , whenever a Parent-Child relationship is created between two FCLs

Details

  • Schema: FUSION

  • Object owner: ZCX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ADF_CASCADING_LOOKUP_ASST_PK

RELATIONSHIP_ID, PARENT_LOOKUP_CODE, CHILD_LOOKUP_CODE, PARENT_LOOKUP_CODE_SETID, CHILD_LOOKUP_CODE_SETID

Columns

Name Datatype Length Precision Not-null Comments
RELATIONSHIP_ID NUMBER 18 Yes RELATIONSHIP_ID
PARENT_LOOKUP_CODE VARCHAR2 30 Yes PARENT_LOOKUP_CODE
CHILD_LOOKUP_CODE VARCHAR2 30 Yes CHILD_LOOKUP_CODE
PARENT_LOOKUP_CODE_SETID NUMBER Yes PARENT_LOOKUP_CODE_SETID
CHILD_LOOKUP_CODE_SETID NUMBER Yes CHILD_LOOKUP_CODE_SETID
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_AST_U1 Unique Default RELATIONSHIP_ID, PARENT_LOOKUP_CODE, CHILD_LOOKUP_CODE, PARENT_LOOKUP_CODE_SETID, CHILD_LOOKUP_CODE_SETID