VCS_VMI_REP_REQUESTS
Identifies replenishment requests to be used to create replenishment orders
Details
-
Schema: FUSION
-
Object owner: VCS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
VCS_VMI_REP_REQUESTS_PK |
REPLENISHMENT_REQUEST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REPLENISHMENT_REQUEST_ID | NUMBER | 18 | Yes | Primary key identifying a replenishment request. | |
FULLY_DELIVERED_FLAG | VARCHAR2 | 1 | Yes | Stores if the replenishment request has been fulfilled completely. | |
REPLENISHMENT_REQUEST_NUMBER | NUMBER | 18 | Unique number that will define to the replenishment request. | ||
REPLENISHMENT_ITEM_ID | NUMBER | 18 | Yes | Idnetifies replenishment item used to create the replenishment request. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization associated with the item involved in the relationship. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Item involved in vendor management inventory | |
VENDOR_ID | NUMBER | 18 | Yes | Identifies the supplier participanting in vendor management iventory. | |
SUBINVENTORY | VARCHAR2 | 10 | Identifies replenishment request subinventory. | ||
REQ_REQUESTER_ID | NUMBER | 18 | Identifies the requisition owner for replenishment request. | ||
STATUS_CODE | VARCHAR2 | 30 | Yes | Identifies the current state of the replenishment request. | |
QUANTITY | NUMBER | Identifies the quantity to be hold in the inventory. | |||
VENDOR_SITE_ID | NUMBER | 18 | Identifies the vendor site where the goods will be shipped from. | ||
DELIVERY_DATE | DATE | Fulfillment date of a source document line. | |||
SUBMITTED_DATE | DATE | Capture the date when replenishment request is submitted. | |||
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. | ||
REQUISITION_INT_HEADER_ID | NUMBER | 18 | Requisition header interface unique identifier | ||
REQUISITION_INT_LINE_ID | NUMBER | 18 | Requisition line interface unique identifier | ||
REQUISITION_HEADER_ID | NUMBER | Requisition header unique identifier. | |||
REQUISITION_LINE_ID | NUMBER | Requisition line unique identifier. | |||
NOTES | VARCHAR2 | 1000 | Capture additional notes of replenishment request. | ||
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. | ||
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. | |
PENDING_DELIVERY_QTY | NUMBER | Yes | Snapshot quantity of the replenishment request pending delivery. | ||
PENDING_SHIPMENT_QTY | NUMBER | Yes | Snapshot quantity of the replenishment request pending shipment. | ||
PENDING_RECEIPT_QTY | NUMBER | Yes | Snapshot quantity of the replenishment request pending receipt. | ||
PENDING_APPROVAL_QTY | NUMBER | Yes | Snapshot quantity of the replenishment request pending approval. | ||
STATUS_CODE_SNAPSHOT | VARCHAR2 | 30 | Yes | Snapshot status code of the replenishment request. | |
IS_VALID_VMI_FLAG | VARCHAR2 | 1 | Yes | Flag indicating the replenishment request is associated to a valid VMI item. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
VCS_VMI_REP_REQUESTS_N1 | Non Unique | Default | ORGANIZATION_ID, INVENTORY_ITEM_ID |
VCS_VMI_REP_REQUESTS_N2 | Non Unique | Default | VENDOR_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, SUBINVENTORY, STATUS_CODE |
VCS_VMI_REP_REQUESTS_N3 | Non Unique | Default | SUBMITTED_DATE, FULLY_DELIVERED_FLAG |
VCS_VMI_REP_REQUESTS_U1 | Unique | Default | REPLENISHMENT_REQUEST_ID |
VCS_VMI_REP_REQUESTS_U2 | Unique | Default | REPLENISHMENT_REQUEST_NUMBER |