SF_KIT_2_BC_VW(SQL View) |
Index Back |
---|---|
BCT Prdn ID Kit View 2980120 cam (CN# SF750-10.0) : Prompt table view to limit PID to those that have the assembly item as a component. This view is dependent upon view SF_PRD_KIT_BC_VW. The upper view has already limited the retrieved data to only kits with shortages. 980212 cam (CN# SF750-10.0) : Rename to SF_KIT_2_BC_VW. |
SELECT a.business_unit, a.component_id, a.to_production_id, a.prod_status, a.prdn_area_code, a.production_type FROM PS_SF_KIT_1_BC_VW a |
# | 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 |
2 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | TO_PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL | To Production ID |
4 | PROD_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Production Status
10=Entered 15=Firmed 20=Released 30=In Process 40=Pend Cmpl 50=Completed 60=Clsd/Labor 70=Clsd/Acctg 90=Canceled |
5 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
6 | PRODUCTION_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
JNW 11/1/98 (CN#SF800-13) activated teardown xlat
PR=Production RW=Rework SV=Service TD=Teardown Default Value: PR |