CST_ISSUES_GT
This global temporary table is used to hold the issue transactions with cumulative quantity to be used for depletions.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| DEP_TRXN_ID | NUMBER | 18 | Yes | Indicates Deplete Transaction Identifier for layers. | |
| COST_ORG_ID | NUMBER | 18 | Yes | Single column FK: Identifies the Cost Organization associated with the inventory organization. | |
| COST_BOOK_ID | NUMBER | 18 | Yes | Single column FK: Identifies the Cost Book assigned to the Cost Organization. | |
| INVENTORY_ORG_ID | NUMBER | Inventory organization associated with the issue transaction. | |||
| VAL_UNIT_ID | NUMBER | 18 | Yes | Valuation unit identifier for transaction layer. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Inventory Item Identifier for transaction layers. | |
| COST_DATE | TIMESTAMP | Indicates Transaction layer's Cost Date. | |||
| QUANTITY_REMAIN | NUMBER | Quantity remaining to be depleted on the issue transaction. | |||
| CURR_RUNNING_ISSUE_QTY | NUMBER | Cumulative quantity to be depleted ordered as of the current transaction. | |||
| PREV_RUNNING_ISSUE_QTY | NUMBER | Cumulative quantity to be depleted ordered of the prior transaction. | |||
| COST_TRANSACTION_TYPE | VARCHAR2 | 30 | Costing transaction type ISSUE or RECEIPT. | ||
| UOM_CODE | VARCHAR2 | 4 | Unit of measure code of the transaction quantity. | ||
| NEGATIVE_QTY_CODE | VARCHAR2 | 30 | The negative quantity code defines the action of cost method processors when the inventory quantity becomes negative. Values come from LOOKUP_TYPE CST_NEGATIVE_QUANTITY_CODES. | ||
| COST_METHOD_CODE | VARCHAR2 | 30 | The cost method code like PERPETUAL AVERAGE, FIFO etc. Value comes from LOOKUP_TYPE CST_COST_METHODS. | ||
| PERIOD_NAME | VARCHAR2 | 15 | Period in which the transaction is processed. This value is populated for the transactions in periodic average cost method. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CST_ISSUES_GT_N1 | Non Unique | COST_ORG_ID, COST_BOOK_ID, VAL_UNIT_ID, INVENTORY_ITEM_ID, CURR_RUNNING_ISSUE_QTY, PREV_RUNNING_ISSUE_QTY |