PRCSDEFN_VW |
index back |
---|---|
Process Defn View (Trans) |
SELECT PRCSNAME , PRCSTYPE , VERSION , DESCR , DESCRLONG FROM PS_PRCSDEFN WHERE DESCR IS NOT NULL AND DESCR <> ' ' |
PeopleSoft Field Name | Field Type | Column Type | Description |
---|---|---|---|
![]() |
Character(12) | VARCHAR2(12) NOT NULL | Process Name |
![]() |
Character(30) | VARCHAR2(30) NOT NULL | Process Type |
VERSION | Number(10,0) | DECIMAL(10) NOT NULL | Version. Internal PeopleTools version for controlling caching of object. - Version/Table reference |
DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
DESCRLONG | Long Character | CLOB | Long Description |
index back | (c)David Kurtz 2020, www.go-faster.co.uk | PeopleTools 8.58 PTRef generated on 21-DEC-20 |