CMR_SOURCE_TXN_TYPE_MAPPING

This table stores the transaction type mappings between the receipt accounting and other transaction sources.

Details

  • Schema: FUSION

  • Object owner: CMR

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CMR_SOURCE_TXN_TYPE_MAPPI_PK

TXN_TYPE_MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
TXN_TYPE_MAPPING_ID NUMBER 18 Yes Transaction Type Mapping Identifier.
TRANSACTION_TYPE_CODE VARCHAR2 40 Transaction type indicator column. Stores all transactions types.
TRANSACTION_SOURCE VARCHAR2 25 Source of transaction. RCV - Receiving and FOS - for all trade events.
SOURCE_TRANSACTION_TYPE VARCHAR2 40 Source transaction type and value is based on transaction source.
PARENT_SOURCE_TXN_TYPE VARCHAR2 40 Parent transaction of source transaction type.
SOURCE_DOCUMENT_CODE VARCHAR2 25 Source document of source transaction type. PO/INVENTORY/TRANSFER ORDER.
CONSIGNED_FLAG VARCHAR2 1 Indicate transaction belongs to Consigned flow or not
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
CMR_SRC_TXN_TYPE_MAP_U1 Unique Default TXN_TYPE_MAPPING_ID, ORA_SEED_SET1
CMR_SRC_TXN_TYPE_MAP_U11 Unique Default TXN_TYPE_MAPPING_ID, ORA_SEED_SET2