EN_TRN_BOMPI_VW

(SQL View)
Index Back

Staged BOMs Prompt table

06/13/00 LAJ Used as a prompt table for the Mass Maintenance Staged BOMs component. It retrieves all the Process Instance's for the business unit.

SELECT DISTINCT B.PROCESS_INSTANCE , A.BUSINESS_UNIT FROM PS_EN_TRN_HDR_TMP A , PS_EN_TRNS_TMP B WHERE A.EIP_CTL_ID = B.EIP_CTL_ID AND B.EN_TRANSFER_SOURCE = 'M' AND B.COPY_DIRECTION = 'MM'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit