CML_TOSHIPLINE_CHRG_ESTIMATES
This table stores the Transfer Order Shipment lines allocated unit charge estimates for a given Trade Operation.
Details
-
Schema: FUSION
-
Object owner: CML
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CML_TOSHIPLINE_CHRG_EST_PK |
TOSHIPLINE_CHRG_ESTIMATE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TOSHIPLINE_CHRG_ESTIMATE_ID | NUMBER | 18 | Yes | Surrogate identifier for this table. | |
| TROP_CHARGE_TO_SHIP_LINE_ID | NUMBER | 18 | Yes | Surrogate ID that identifies a charge line transfer order shipment line association. | |
| ENTERED_DATE | TIMESTAMP | Yes | The effective date of the unit charge. As charge estimates are updated, new unit charge will be computed. | ||
| AMOUNT_PER_UNIT | NUMBER | The per unit charge amount allocated to transfer order shipment line. | |||
| TAX_PER_UNIT | NUMBER | The per unit tax amount allocated to transfer order shipment line. | |||
| CURRENCY_CODE | VARCHAR2 | 15 | Yes | Currency for the transfer order shipment line estimated amount. | |
| UOM_CODE | VARCHAR2 | 3 | Yes | Item's primary unit of measure in the receiving organization of the transfer order shipment. | |
| ACTIVE_FLAG | VARCHAR2 | 1 | Indicates the latest active record for a given transfer order shipment line. | ||
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CML_TOSHIPLINE_CHRG_EST_U1 | Unique | Default | TOSHIPLINE_CHRG_ESTIMATE_ID |
| CML_TOSHIPLINE_CHRG_EST_U2 | Unique | Default | TROP_CHARGE_TO_SHIP_LINE_ID, ENTERED_DATE |