CST_TXN_OVERHEADS_INT
This interface table will be used to store the overheads information for costing transactions.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
CST_TXN_OVERHEADS_INT_PK |
OVERHEAD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OVERHEAD_ID | NUMBER | 18 | Yes | Surrogate key that identifies an overhead in costing. | |
| RULE_DETAIL_ID | NUMBER | 18 | Unique identifier for the overhead rule detail. | ||
| TRANSACTION_ID | NUMBER | 18 | Yes | Unique identifier for the transaction in costing. | |
| RULE_CODE | VARCHAR2 | 100 | Yes | Name that describes the overhead rule used for absorbing overheads. | |
| EXPENSE_POOL_ID | NUMBER | 18 | Yes | Identifier of the expense pool that pools the overhead absorbed across overhead rules. | |
| COST_ELEMENT_ID | NUMBER | 18 | Yes | Unique identifier for the cost element. | |
| ABSORPTION_TYPE | VARCHAR2 | 30 | Yes | This column indicates how the overhead gets absorbed. Valid values come from lookup type CST_ABSORPTION_TYPE. | |
| COST_DRIVER | VARCHAR2 | 30 | Yes | This column indicates how the cost is driven. Valid values come from lookup type CST_COST_DRIVER. | |
| COST_DRIVER_VALUE | NUMBER | Indicates the cost driver value. | |||
| ESTIMATED_RATE | NUMBER | Yes | Indicates the estimated rate defined for the overhead rule. | ||
| UNIT_RATE | NUMBER | Indicates the unit rate in overhead rate currency. | |||
| CURRENCY_CODE | VARCHAR2 | 30 | Yes | Identifies the currency of the transaction or cost. | |
| TRANSACTION_COST_ID | NUMBER | 18 | Yes | Unique identifier for the transaction cost. | |
| POSTED_FLAG | VARCHAR2 | 5 | Yes | Indicates if the overheads have been created for the transaction. Possible values are: Y- Yes, N- No. | |
| EFF_DATE | TIMESTAMP | Yes | Date from which the overhead rule is effective. | ||
| COST_ORG_ID | NUMBER | 18 | Identifies the cost organization associated with the inventory organization. | ||
| COST_BOOK_ID | NUMBER | 18 | Identifies the cost book assigned to the cost organization. | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Identifier for the inventory item. | ||
| VAL_UNIT_ID | NUMBER | 18 | Identifier for the valuation unit. | ||
| PERIOD_NAME | VARCHAR2 | 15 | Period in which the transaction is processed. This value is populated for the transactions in periodic average cost method. | ||
| 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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CST_TXN_OVERHEADS_INT_N1 | Non Unique | Default | REQUEST_ID |
| CST_TXN_OVERHEADS_INT_U1 | Unique | Default | OVERHEAD_ID |