STOZONE_INV_VW2

(SQL View)
Index Back

Putaway Zone Prompt View

Used as a prompt view for Zone Code on the Putaway zone grid on the Putaway/Picking Zone Assignments secondary panel in the BU Item Attributes panelgroup.

SELECT DISTINCT A.BUSINESS_UNIT , A.ZONE_CD , B.DESCR FROM PS_STOR_ZONE_INV A , PS_ZONE_INV B , PS_SET_CNTRL_REC C WHERE A.PTWY_ZONE_FLG = 'Y' AND A.ZONE_CD = B.ZONE_CD AND B.SETID = C.SETID AND C.SETCNTRLVALUE = A.BUSINESS_UNIT AND C.RECNAME = 'ZONE_INV'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BUIN_NONVW

2 ZONE_CD Character(6) VARCHAR2(6) NOT NULL Zone code

Prompt Table: ZONE_INV
Set Control Field: BUSINESS_UNIT

3 DESCR Character(30) VARCHAR2(30) NOT NULL Description