POR_CZ_ASSIGNMENTS

This table stores the Id's of the Catalogs, Smart Forms and Public Lists assigned to Content Zones.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POR_CZ_ASSIGNMENTS_PK

CZ_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CZ_ASSIGNMENT_ID NUMBER 18 Yes Primary Key for this table. Unique identifier of the assignment.
CONTENT_ZONE_ID NUMBER 18 Yes Unique identifier of the Content zone.
ASSIGNMENT_TYPE VARCHAR2 20 Yes Type of Assignment of the content zone. This can be either CATALOG or SMART_FORM or PUBLIC_LIST
ASSIGNMENT_ID NUMBER 18 Yes Unique identifier of the Catalog or SmartForm or PublicList.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
POR_CZ_ASSIGNMENTS por_content_zones_all_b CONTENT_ZONE_ID

Indexes

Index Uniqueness Tablespace Columns
POR_CZ_ASSIGNMENTS_N1 Non Unique Default ASSIGNMENT_ID, ASSIGNMENT_TYPE
POR_CZ_ASSIGNMENTS_U1 Unique Default CONTENT_ZONE_ID, ASSIGNMENT_TYPE, ASSIGNMENT_ID
POR_CZ_ASSIGNMENTS_U2 Unique Default CZ_ASSIGNMENT_ID