CST_STD_TXFR_COST_RULE_DTLS
This table contains transfer cost rule details at cost element and expense pool level for a transfer cost rule for cost rollup.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
Name | Columns |
---|---|
CST_STD_TXFR_COST_RULE_DTLS_PK |
STD_TXFR_COST_RULE_DTL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STD_TXFR_COST_RULE_DTL_ID | NUMBER | 18 | Yes | Primary key that uniquely identifies the transfer cost rule details for cost rollup. | |
STD_TXFR_COST_RULE_ID | NUMBER | 18 | Yes | Unique identifier for transfer cost rule. | |
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. | |
COST_ELEMENT_ID | NUMBER | 18 | Yes | Identifies the cost element of the transfer cost rule for cost rollup. | |
EXPENSE_POOL_ID | NUMBER | 18 | Yes | Identifies the expense pool for which this transfer cost rule is created. | |
CHARGE_TYPE | VARCHAR2 | 30 | Yes | Indicates the basis at which the transfer cost for cost rollup is calculated. Possible value are 'F' - Fixed and 'P' - 'Percentage'. | |
CURRENCY_CODE | VARCHAR2 | 15 | Identifies the currency of the transfer cost for cost rollup. | ||
VALUE | NUMBER | Yes | Indicates the percentage value or the fixed value defined by the user. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_STD_TXFR_COST_RULE_DTLS_U1 | Unique | DEFAULT | STD_TXFR_COST_RULE_DTL_ID |
CST_STD_TXFR_COST_RULE_DTLS_U2 | Unique | DEFAULT | COST_ELEMENT_ID, STD_TXFR_COST_RULE_ID, EXPENSE_POOL_ID |