MIN_PTWY_PLA_VW(SQL View) |
Index Back |
---|---|
Prompt table for Putaway Plan |
SELECT DISTINCT STG.BUSINESS_UNIT , STG.PTWY_PLAN_ID FROM PS_STAGED_ITEM_INV STG , PS_BUS_UNIT_TBL_IN BU WHERE STG.BUSINESS_UNIT = BU.BUSINESS_UNIT AND BU.BU_STATUS = '1' AND STG.PUTAWAY_STATUS = '1' AND STG.PTWY_PLAN_ID <> 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Number(10,0) | DECIMAL(10) NOT NULL | Putaway Plan ID |