SF_PID_VARS_VW(SQL View) |
Index Back |
---|
SELECT DISTINCT a.business_unit , a.production_id , a.prod_status , a.prdn_area_code , a.inv_item_id , a.prdn_due_date , a.prdn_start_date FROM ps_sf_prdnid_headr a , PS_SF_VARIANCES b WHERE a.ma_prdn_id_flg = 'Y' AND a.business_unit = b.business_unit AND a.production_id = b.production_id |
# | 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 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL | Production ID |
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_PA_NOID_VW |
6 | PRDN_DUE_DATE | Date(10) | DATE | Prdn Due Date |
7 | PRDN_START_DATE | Date(10) | DATE | Prdn Start Date |