CSO_CONTENT_TEXT_PROD

This table stores mapping of article and products.

Details

  • Schema: FUSION

  • Object owner: CSO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

cso_content_text_prod_PK

CONTENT_TEXT_ID, INVENTORY_ITEM_ID, INVENTORY_ORG_ID, PROD_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTENT_TEXT_ID VARCHAR2 32 Yes This is the reference to content text table record.
INVENTORY_ITEM_ID NUMBER 18 Yes The inventory item assigned to article.
INVENTORY_ORG_ID NUMBER 18 Yes The organization of the inventory item assigned to article.
PROD_GROUP_ID NUMBER 18 Yes Foreign key that references QSC_PROD_GROUPS_B (PROD_GROUP_ID), the product group that the product belongs in.
PRODUCT_TYPE VARCHAR2 32 Yes This column indicates if product or product group is associated.
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.

Indexes

Index Uniqueness Tablespace Columns
CSO_CONTENT_TEXT_PROD_U1 Unique Default CONTENT_TEXT_ID, INVENTORY_ITEM_ID, INVENTORY_ORG_ID, PROD_GROUP_ID