PeopleSoft - AE Trace

To determine all the AE programs that have TRACE enabled...

We some time enable the trace and forget about it, if incase you need to verify the TRACE setting for Application Engine, the below SQL will be helpful:

SELECT PRCSNAME, PARMLIST FROM PS_PRCSDEFN WHERE UPPER(PARMLIST) LIKE '%TRACE%' AND PRCSTYPE = 'Application Engine';

 

0 comments: