SF_PRID_H_VW2(SQL View) |
Index Back |
---|---|
Prod ID's In-Process to Closed |
select a.business_unit, a.production_id, a.prod_status, a.prdn_area_code, a.inv_item_id, a.production_type, a.new_start_date, a.new_end_date from PS_SF_PRDNID_HEADR a where a.ma_prdn_id_flg = 'Y' and a.prod_status >= '30' and a.prod_status <='70' |
# | 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 Prompt Table: SP_BUMGOP_NONVW |
2 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL |
Production ID
Default Value: NEXT |
3 | 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 |
4 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL |
Production Area
Prompt Table: SF_PRDN_AREA |
5 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: SF_PRDN_AREA_IT |
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 |
7 | NEW_START_DATE | Date(10) | DATE | Start Date |
8 | NEW_END_DATE | Date(10) | DATE | Due Date |