SF_ISS_COMP2_VW(SQL View) |
Index Back |
---|---|
Comp_list and sf_iss_transfer |
SELECT DISTINCT a.business_unit , a.production_id , a.component_id , a.op_sequence , a.mg_orig_comp_id , a.qty_code , a.qty_picked , c.descr60 FROM ps_sf_iss_transfer a , ps_sf_comp_list b , PS_MASTER_ITEM_TBL c , ps_set_cntrl_rec d WHERE b.business_unit = a.business_unit AND b.production_id = a.production_id AND b.component_id = a.component_id AND b.op_sequence = a.op_sequence AND b.mg_orig_comp_id = a.mg_orig_comp_id AND b.qty_code = a.qty_code AND a.business_unit = d.setcntrlvalue AND d.recname = 'MASTER_ITEM_TBL' AND d.setid = c.setid AND a.component_id = c.inv_item_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(10) | VARCHAR2(10) NOT NULL | Production ID | |
3 | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. | |
4 | Number(4,0) | SMALLINT NOT NULL | Operation Sequence | |
5 | Character(18) | VARCHAR2(18) NOT NULL | original component ID | |
6 | Character(3) | VARCHAR2(3) NOT NULL |
Per
ASY=Assembly ORD=Order |
|
7 | QTY_PICKED | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Qty Picked |
8 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |