INV_CST_INTF_STATS
This tables holds the inventory costing interface report statistics
Details
-
Schema: FUSION
-
Object owner: INV
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
INV_CST_INTF_STATS_PK |
ESS_REQUEST_ID, INV_ORG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ESS_REQUEST_ID | NUMBER | 18 | Yes | Inventory costing interface ess job request id | |
| INV_ORG_ID | NUMBER | 18 | Yes | Inventory organization identifier | |
| IMT_TXN_CNT | NUMBER | 18 | Total number of inventory transactions processed by inv cst interface | ||
| LOTS_CNT | NUMBER | 18 | Total number of inventory lots processed by inv cst interface | ||
| SERIALS_CNT | NUMBER | 18 | Total number of inventory serials processed by inv cst interface | ||
| SALES_ORDER_CNT | NUMBER | 18 | Total number of sales order transactions processed by inv cst interface | ||
| SALES_CREDITS_CNT | NUMBER | 18 | Total number of sales credits processed by inv cst interface | ||
| CONSUMPT_ADV_CNT | NUMBER | 18 | Total number of consumption advice lines processed by inv cst interface | ||
| TXNS_NOT_INTFD | NUMBER | 18 | This column stores the number of doo required transactions that are not interfaced by inv cst interface | ||
| 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. | ||
| 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. | ||
| TO_NOT_INTFD | NUMBER | 18 | This count indicates the number of transfer order transactions those were not interfaced. | ||
| LOT_SPLIT_MERGE_TSL_NOT_INTFD | NUMBER | 18 | This count indicates the number of Lot Split, Lot Translate, Lot Merge transactions those were not interfaced. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| INV_CST_INTF_STATS_U1 | Unique | Default | ESS_REQUEST_ID, INV_ORG_ID |