PRCSDEFN_VW

(SQL View)
Index Back

Process Defn View (Trans)

Base view used in the Translate Process Definitions page.

SELECT PRCSNAME , PRCSTYPE , VERSION , DESCR , DESCRLONG FROM PS_PRCSDEFN WHERE DESCR IS NOT NULL AND DESCR <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PRCSNAME Character(12) VARCHAR2(12) NOT NULL Process Name
2 PRCSTYPE Character(30) VARCHAR2(30) NOT NULL Process Type
3 VERSION Number(10,0) DECIMAL(10) NOT NULL Version. Internal PeopleTools version for controlling caching of object. - Version/Table reference
4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
5 DESCRLONG Long Character CLOB Long Description