GPAU_RECPNT_VW(SQL View) |
Index Back |
---|---|
View for AUS Dedn RecipientsThis view is used a search record - it returns all AUS Deduction Recipients. |
SELECT DISTINCT B.PAY_ENTITY , A.RECIPIENT_ID FROM PS_GPAU_RCP_PYENT A ,PS_GPAU_PAYENT_VW B WHERE A.PAY_ENTITY=B.PAY_ENTITY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PAY_ENTITY | Character(10) | VARCHAR2(10) NOT NULL |
Pay Entity
Prompt Table:
GPAU_PAYENT_VW
|
2 | RECIPIENT_ID | Character(8) | VARCHAR2(8) NOT NULL | Payment recipient ID |