CMR_TRANSACTION_TYPES_B
This table stores the seeded transaction types.
Details
-
Schema: FUSION
-
Object owner: CMR
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
CMR_TRANSACTION_TYPES_B_PK |
TRANSACTION_TYPE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRANSACTION_TYPE_ID | NUMBER | 18 | Yes | Receipt accounting transaction type Identifier and surrogate key. | |
| TRANSACTION_TYPE_CODE | VARCHAR2 | 40 | Yes | Transaction Type Code. Stores all transactions types. | |
| PRODUCT_CODE | VARCHAR2 | 3 | Product owning the transaction. Possible values: CMR or CST | ||
| TRANSACTION_GROUP_NAME | VARCHAR2 | 25 | It stores all possible transaction group names RECEIVING,DELIVER,TRADE _EVENTS, ACCRUAL_CLEARING | ||
| XCC_TRANSACTION_TYPE | VARCHAR2 | 30 | Type of transaction used for XCC. if NULL means, transaction not eligible for XCC. | ||
| XCC_TRANSACTION_SUBTYPE_CODE | VARCHAR2 | 30 | Stores transaction XCC's subtype for Budgetary control enabled transactions | ||
| XCC_SOURCE_ACTION | VARCHAR2 | 25 | XCC source action. if NULL means, transaction not eligible for XCC. | ||
| 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. | ||
| TXN_DATE_IN_LE_TZ_FLAG | VARCHAR2 | 20 | This flag identifies whether the transaction date is in LE timezone for the transaction type | ||
| ACTIVE_FLAG | VARCHAR2 | 20 | This flag identifies whether the transaction type is active | ||
| 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_TRANSACTION_TYPES_B_U1 | Unique | Default | TRANSACTION_TYPE_ID, ORA_SEED_SET1 |
| CMR_TRANSACTION_TYPES_B_U11 | Unique | Default | TRANSACTION_TYPE_ID, ORA_SEED_SET2 |