MSC_SALES_CREDIT_TYPES

This table stores information about sales credit types

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_SALES_CREDIT_TYPES_PK

SALES_CREDIT_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
SALES_CREDIT_TYPE_ID NUMBER 18 Yes This value indicates the Sales credit type identifier.
NAME VARCHAR2 240 Yes User given name for sales credit type
DESCRIPTION VARCHAR2 2000 User given description for sales credit type
ENABLED_FLAG VARCHAR2 1 Yes Flag to indicate whether the sales credit type is active
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.

Foreign Keys

Table Foreign Table Foreign Key Column
doo_sales_credits msc_sales_credit_types SALES_CREDIT_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_SALES_CREDIT_TYPES_U1 Unique Default NAME
MSC_SALES_CREDIT_TYPES_U2 Unique Default SALES_CREDIT_TYPE_ID