PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

PTF - Validate Test Maintenance - Getting Error

edited Jul 18, 2020 5:00AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 6 commentsAnswered

Hello,

I have security to run the Maintenance Report in PIA.

I am trying to do a "Validate Test Maintenance" from PTF (right click on the test name and select Validate Test Maintenance).  I am getting a PeopleCode error on record PeopleCode PSPTTSTMAINTWRK.FUNCLIB.FieldFormula. 

&recPSPTTSTMAINTRPT = CreateRecord(Record.PSPTTSTMAINTRPT);

...

      If (&isAffected) Then

         &recPSPTTSTMAINTRPT.Insert();

         &counter = &counter + 1;

         If (&counter >= &commitInt) Then

            CommitWork();   <<<------

------- this line gets the error

            &counter = 0;

         End-If;

      End-If;

Do I need extra security for this?

Regards,

Erlinda Arreola

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