Wednesday, June 10, 2015

Standard Procedure to find Navigation to run Process or Job from PIA

This is the standard procedure to find the navigation of any process to run in PeopleSoft.

Ex -  Process Name:  3CENGINE

Log in to PIA and Navigate to the below location:




Click on Search





Click on Process Definition Options











Copy the Component Name "RUN_CNTL_3CENGINE" under Process Security > Component

Navigate to


Paste the Component Name that you copied earlier and Click on Find Navigation as below



Now, you can navigate to the location given and then run the process.

Note: There are scenarios where we do not find Component Name under Process Definition Options.
Below is the query which can be used to find the navigation of any process which is part of any JOB and which we are not able to find Navigation or Component is not setup in Process Definition.

 SELECT * FROM PS_PRCSJOBITEM where PRCSNAME = 'WCRTIPRM';

By this query we can find the JOB name of which the process is a part of it and then follow the standard procedure to find the navigation of the JOB to run the process.

No comments :

Post a Comment