STAGED_PTWY_VW(SQL View) |
Index Back |
---|---|
Staged Items to be Putaway Vw |
select distinct business_unit, staging_id, staged_date from PS_STAGED_ITEM_INV where putaway_status = '1' and putaway_flag = 'Y' and process_flag = 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Number(15,0) | DECIMAL(15) NOT NULL | Putaway Staging ID | |
3 | STAGED_DATE | Date(10) | DATE | Staged Date |