CST_ISSUES_GT
running issues table to deplete issue txns
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | 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 | Deplete Transaction Identifyer |
| 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 OF ISSUE TRANSACTION | ||
| VAL_UNIT_ID | NUMBER | 18 | Yes | Valuation unit identifier |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Inventory Item Identifier |
| COST_DATE | TIMESTAMP | Transaciton Cost Date | ||
| QUANTITY_REMAIN | NUMBER | QUANTITY_REMAIN | ||
| CURR_RUNNING_ISSUE_QTY | NUMBER | CURR_RUNNING_ISSUE_QTY | ||
| PREV_RUNNING_ISSUE_QTY | NUMBER | PREV_RUNNING_ISSUE_QTY |
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 |