SP_AMRE4_CLSVW(SQL View) |
Index Back |
---|---|
Security View/Trans Recv BUsSecurity View InterfaceTransaction Recv BUs |
SELECT DISTINCT C.OPRCLASS , A.BUSINESS_UNIT_RECV , A.RECEIVER_ID FROM PS_INTFC_PHY_A A , PS_SEC_BU_CLS C WHERE C.BUSINESS_UNIT = A.BUSINESS_UNIT_RECV AND A.RECEIVER_ID <> ' ' AND A.LOAD_STATUS NOT IN ('CON' , 'UNI') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
3 | RECEIVER_ID | Character(10) | VARCHAR2(10) NOT NULL | Receiver number |