CML_POSCHED_CHARGE_ESTIMATES

This table stores the PO schedules 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_POSCHED_CHARGE_EST_PK

POSCHED_CHARGE_ESTIMATE_ID

Columns

Name Datatype Length Precision Not-null Comments
POSCHED_CHARGE_ESTIMATE_ID NUMBER 18 Yes Surrogate identifier for this table
TROP_CHARGE_PO_SCHEDULE_ID NUMBER 18 Yes Foreign key to CML_TROP_CHARGE_PO_SCHEDULES table
ENTERED_DATE TIMESTAMP Yes The effective date of the unit charge.As charge estimates are updated, new unit charge will be computed
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.
AMOUNT_PER_UNIT NUMBER The per unit charge amount allocated to PO schedule
TAX_PER_UNIT NUMBER The per unit tax amount allocated to PO schedule
CURRENCY_CODE VARCHAR2 15 Yes Currency for the PO schedule estimated amount
UOM_CODE VARCHAR2 3 Yes UOM code on the CML_TROP_CHARGE_PO_SCHEDULES table
ACTIVE_FLAG VARCHAR2 1 Indicates the record which is the latest active record for a given PO schedule
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CML_POSCHED_CHARGE_ESTIMATES cml_trop_charge_po_schedules TROP_CHARGE_PO_SCHEDULE_ID

Indexes

Index Uniqueness Tablespace Columns
CML_POSCHED_CHARGE_EST_PK Unique Default POSCHED_CHARGE_ESTIMATE_ID
CML_POSCHED_CHARGE_EST_U1 Unique Default TROP_CHARGE_PO_SCHEDULE_ID, ENTERED_DATE