PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

SetNotifyAppMethod issue after upgrading to 8.54

edited Jul 29, 2017 5:00AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

Hi Team,

We have an issue with Process status notification functionality after upgrading to PT 8.54. Our prior version was PT 8.52.

We are using SetNotifyAppMethod for triggering process between PeopleSoft HCM & FIN. I mean, when Process A completes in HR, it should trigger Process B in Finance and when Process B completes in Finance, trigger Process C in HR using the below code (there are additional parameters set for the &RQST object which I have not included below)

&RQST = CreateProcessRequest();

&RQST.ProcessType = "Application Engine";

&RQST.ProcessName = "PROCESSA";

&RQST.RunControlID = &sRunCntrl;

&RQST.SetNotifyAppMethod("PACKAGEINFIN:ProcessNotification", "ReceiveNotification");

&RQST.AddNotifyInfo("Application Engine", "PROCESSB");

&RQST.AddNotifyInfo("Run Control ID", &sRunCntrl1);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center