This table stores the related charge lines (and Percentage for each of the charge lines) based on which the charge line amount will be derived.
Details
-
Schema: FUSION
-
Object owner: CML
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CML_TROP_CHARGE_RELATED_L_PK |
TROP_CHARGE_RELATED_LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TROP_CHARGE_RELATED_LINE_ID | NUMBER | 18 | Yes | Surrogate Key that identifies the Trade Operation Charge Related Lines | |
| TRADE_OPERATION_CHARGE_ID | NUMBER | 18 | Yes | Foreign key that identifies the Trade Operation Charge Line | |
| RELATED_CHARGE_LINE_ID | NUMBER | 18 | Yes | Foreign key that identifies the related charge line | |
| PERCENTAGE | NUMBER | Yes | Percentage for each of the charge line based on which the charge line amount will be derived | ||
| 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. | |
| 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. | ||
| CREATION_SOURCE | VARCHAR2 | 11 | Source of creation of the record | ||
| LAST_UPDATION_SOURCE | VARCHAR2 | 11 | Source of last updation of the record |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CML_TROP_RELATED_LINES_PK | Unique | Default | TROP_CHARGE_RELATED_LINE_ID |
| CML_TROP_RELATED_LINES_U1 | Unique | Default | TRADE_OPERATION_CHARGE_ID, RELATED_CHARGE_LINE_ID |