GPNZ_PDR_PE_VW(SQL View) |
Index Back |
---|---|
PDR Pay Entity ViewPDR Pay Entity View |
SELECT A.PAY_ENTITY , A.DESCR FROM PS_GP_PYENT A WHERE EXISTS ( SELECT B.PAY_ENTITY FROM PS_GPNZ_PYENT_DTL 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 |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |