POR_CATALOG_ASSIGNMENTS

This table stores the Id's of the Categories and Agreements assigned to Catalogs.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POR_CATALOG_ASSIGNMENTS_PK

CATALOG_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CATALOG_ASSIGNMENT_ID NUMBER 18 Yes Primary Key for this table. Unique identifier of the assignment.
CATALOG_ID NUMBER 18 Yes Unique identifier of the Catalog
ASSIGNMENT_TYPE VARCHAR2 20 Yes Type of assignment: AGREEMENT, CATEGORY
ASSIGNMENT_ID NUMBER 18 Yes Unique identifier of the Agreement or Category
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_CATALOG_ASSIGNMENTS por_catalogs_all_b CATALOG_ID

Indexes

Index Uniqueness Tablespace Columns
POR_CATALOG_ASSIGNMENTS_N1 Non Unique Default ASSIGNMENT_ID, ASSIGNMENT_TYPE
POR_CATALOG_ASSIGNMENTS_U1 Unique Default CATALOG_ID, ASSIGNMENT_TYPE, ASSIGNMENT_ID
POR_CATALOG_ASSIGNMENTS_U2 Unique Default CATALOG_ASSIGNMENT_ID