SF_ISS_COMP2_LV(SQL View) |
Index Back |
---|---|
sf_iss_comps_vw related lang |
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 , e.language_cd , e.descr60 FROM ps_sf_iss_transfer a , ps_sf_comp_list b , PS_MASTER_ITEM_TBL c , ps_set_cntrl_rec d , ps_master_itm_lang e 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 d.setid = e.setid AND a.component_id = c.inv_item_id AND a.component_id = e.inv_item_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL | Production ID |
3 | COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. |
4 | OP_SEQUENCE | Number(4,0) | SMALLINT NOT NULL | Operation Sequence |
5 | MG_ORIG_COMP_ID | Character(18) | VARCHAR2(18) NOT NULL | original component ID |
6 | QTY_CODE | 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
9 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |