SF_PRDNID_H_VW5

(SQL View)
Index Back

Production ID's Header Record

SSR: Used in genealogy as the prompt for the online maintenance page production id.

SELECT a.business_unit , a.inv_item_id , a.production_id , a.prod_status , a.prdn_area_code , 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 > '10' AND a.serial_in_prdn = 'Y'

# 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 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID

Prompt Table: %EDITTABLE4

3 PRODUCTION_ID Character(10) VARCHAR2(10) NOT NULL Production ID

Default Value: NEXT

Prompt Table: %EDITTABLE

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

Prompt Table: %EDITTABLE2

5 PRDN_AREA_CODE Character(10) VARCHAR2(10) NOT NULL Production Area

Prompt Table: %EDITTABLE3

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

Prompt Table: %EDITTABLE5

7 NEW_START_DATE Date(10) DATE Start Date
8 NEW_END_DATE Date(10) DATE Due Date