CST_TXN_TO_DISTRIBUTION_DTLS
Table to store the prorated shipment quanttiy at transfer order distribution level
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CST_TXN_TO_DIST_ID | NUMBER | 18 | Yes | CST_TXN_TO_DIST_ID | |
INV_TRANSACTION_ID | NUMBER | 18 | Yes | Inventory shipment transaction identifier | |
TRANSFER_ORDER_DIST_ID | NUMBER | 18 | Yes | TO_DISTRIBUTION_ID | |
INVENTORY_ITEM_ID | NUMBER | 18 | Inventory item | ||
INVENTORY_ORG_ID | NUMBER | 18 | Yes | INV_ORGANIZATION_ID | |
PRIMARY_QUANTITY | NUMBER | quanity of transfer distribution in item primary unit of measure | |||
TRANSACTION_QUANTITY | NUMBER | quanity of transfer distribution in item primary unit of measure | |||
TRANSACTION_UOM_CODE | VARCHAR2 | 3 | Transaction Unit of measure | ||
SECONDARY_QUANTITY | NUMBER | quanity of transfer distribution in item primary unit of measure | |||
SECONDARY_UOM_CODE | VARCHAR2 | 3 | Secondary Unit of Measure | ||
SOURCE_DOC_QUANTITY | NUMBER | Source document quantity | |||
SOURCE_DOC_UOM_CODE | VARCHAR2 | 3 | Source document Unit of Measure | ||
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. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_TXN_TO_DISTR_DTLS_U2 | Unique | Default | CST_TXN_TO_DIST_ID |
CST_TXN_TO_DIST_DTLS_U1 | Unique | Default | INV_TRANSACTION_ID, TRANSFER_ORDER_DIST_ID |