MSC_INV_TRX_HEADERS
This table holds information related to Inventory Transaction. It will contain the measure id in which a particular transaction is collected, its Organization type and whether the transaction is consumption or receipts.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
MSC_INV_TRX_HEADERS_PK |
HEADER_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
HEADER_ID | NUMBER | Yes | Stores unique identifier for inventory transaction header record. | |
MEASURE_ID | NUMBER | Yes | The measure under which inventory transaction will be collected. | |
ORGANIZATION_TYPE | NUMBER | Yes | Value of this column will be 1 or 2. 1-Organization, 2-SubInventory. | |
TRANSACTION_QUANTITY_TYPE | NUMBER | Yes | Type column is to identify whether the transaction is Consumption or Receipts. So value will be 1-Receipts (Positive Quantity), 2-Transfer Order (Negative Quantity). | |
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 |
---|---|---|---|
MSC_INV_TRX_HEADERS_U1 | Unique | Default | HEADER_ID, ORA_SEED_SET1 |
MSC_INV_TRX_HEADERS_U11 | Unique | Default | HEADER_ID, ORA_SEED_SET2 |
MSC_INV_TRX_HEADERS_U2 | Unique | Default | MEASURE_ID, ORGANIZATION_TYPE, TRANSACTION_QUANTITY_TYPE, ORA_SEED_SET1 |
MSC_INV_TRX_HEADERS_U21 | Unique | Default | MEASURE_ID, ORGANIZATION_TYPE, TRANSACTION_QUANTITY_TYPE, ORA_SEED_SET2 |