SF_PICK_PRDN_VW

(SQL View)
Index Back

Production IDs in a Pick Batch


select distinct A.business_unit, A.pick_batch_id, A.production_id from PS_SF_ISS_TRANSFER A, ps_sf_prdnid_headr B where A.business_unit = B.business_unit and A.production_id = B.production_id and B.ma_prdn_id_flg = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 PICK_BATCH_ID Number(10,0) DECIMAL(10) NOT NULL Pick Batch ID
3 PRODUCTION_ID Character(10) VARCHAR2(10) NOT NULL Production ID