EN_TRN_EBMPI_VW(SQL View) |
Index Back |
---|---|
Staged EBOMs prompt table06/13/00 LAJ Used as a prompt table for the Mass Maintenance Staged EBOMs 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 = 'EE' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL |
Process Instance
Prompt Table: EN_TRN_BOMPI_VW |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |