What Tables Store Application Engine SQL and PeopleCode?


SELECT * FROM PSPCMPROG WHERE OBJECTVALUE7 LIKE 'OnExecute%'

PSSQLTEXTDEFN
Contains all SQL objects in the database.  The following SELECT will show all entries for AE programs.

SELECT * FROM PSSQLTEXTDEFN WHERE SQLID like '%Step%'

The following SQL will show the program name, last update time, and last user to update the program.

SELECT AE_APPLID, LASTUPDOPRID, LASTUPDDTTM FROM PSAEAPPLDEFN ORDER BY LASTUPDDTTM

Comments

Popular posts from this blog

Peoplesoft Error: All Processing Suspended: Restart OPRID=PS, RUNID=RUN01, PI=5000(108,503)

Peoplesoft SFTP

Error: Think-time PeopleCode event (Exec), but a SQL update has occurred in the commit interval.