SF_COMPWUSE4_VW

(SQL View)
Index Back

Comp Where Used in Prdn-OpList

CN#SF800-20.0 MACN 02/23/99 - new view for operation list detail.

select distinct a.business_unit, a.production_id, a.op_sequence, a.task_code, a.work_center_code, a.op_start_dt, a.op_start_time, a.op_end_dt, a.op_end_time from PS_SF_OP_LIST a, ps_sf_prdnid_headr b where 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
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
5 WORK_CENTER_CODE Character(10) VARCHAR2(10) NOT NULL Work Center
6 OP_START_DT Date(10) DATE Operation Start Date
7 OP_START_TIME Time(15) TIMESTAMP Operation's Start Time
8 OP_END_DT Date(10) DATE Operation Due Date
9 OP_END_TIME Time(15) TIMESTAMP Operation's Due Time