SF_OP_LIST_VW

(SQL View)
Index Back

Production ID's Oper List View

Owned by Completions 06/28/00 meg - Removed search attribute from bu,pid,op seq to avoid search lookup on prompt table dropdown.

select a.business_unit, a.production_id, a.op_sequence, a.task_code, a.work_center_code from PS_SF_OP_LIST 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

Prompt Table: SP_BUMGOP_NONVW

2 PRODUCTION_ID Character(10) VARCHAR2(10) NOT NULL Production ID
3 OP_SEQUENCE Number(4,0) SMALLINT NOT NULL Operation Sequence
4 TASK_CODE Character(6) VARCHAR2(6) NOT NULL Task Code

Prompt Table: EN_TASKS

5 WORK_CENTER_CODE Character(10) VARCHAR2(10) NOT NULL Work Center

Prompt Table: EN_WORK_CENTER