STAGED_DT3IN_VW(SQL View) |
Index Back |
---|---|
Physical Inventory Stage DatesThis view is used as a prompt table on the Adjustments Panel in Inventory. It includes all staged dates for each item within each business unit. |
select distinct business_unit, inv_item_id, staged_date from PS_PHYSICAL_INV |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | STAGED_DATE | Date(10) | DATE | Staged Date |