MIN_STG_PLN_VW(SQL View) |
Index Back |
---|---|
Staged Items Keys |
SELECT DISTINCT business_unit , ptwy_plan_id , staged_type FROM PS_STAGED_ITEM_INV WHERE putaway_status = '1' AND process_flag = 'N' AND ptwy_plan_id <> 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUIN_NONVW |
2 | PTWY_PLAN_ID | Number(10,0) | DECIMAL(10) NOT NULL | Putaway Plan ID |
3 | STAGED_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Staging Type
1= 2=* Cancellation 3=* Short Shipment |