Landed Cost Trade Operation Template Charges Related lines Table - This table stores the landed cost charge lines(and percentage for each charge line) 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_TOPT_CHARGE_RELATED_L_PK |
TOPT_CHARGE_RELATED_LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TOPT_CHARGE_RELATED_LINE_ID | NUMBER | 18 | Yes | Surrogate key that identifies a rowin this table. | |
| TOPT_CHARGE_ID | NUMBER | 18 | Yes | Foreign Key from CML_TOPT _CHARGES | |
| RELATED_CHARGE_LINE_ID | NUMBER | 18 | Yes | Foreign key that identifies the related charge line | |
| 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. | |
| PERCENTAGE | NUMBER | Yes | Percentage for each charge line based on which the charge line amount will be derived. | ||
| 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_TOPT_CHARGE_RELATED_LINES | cml_topt_charges | TOPT_CHARGE_ID |
| CML_TOPT_CHARGE_RELATED_LINES | cml_topt_charges | RELATED_CHARGE_LINE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CML_TOPT_CHARGE_RELATED_L_PK | Unique | Default | TOPT_CHARGE_RELATED_LINE_ID |
| CML_TOPT_CHARGE_RELATED_L_U1 | Unique | Default | TOPT_CHARGE_ID, RELATED_CHARGE_LINE_ID |