PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Trying to search a tree using peoplecode API method - getting First Operand of . is NULL - Cannot Ac

edited Dec 6, 2017 4:04AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

Local APIobject &APISession;

&APISession = GetSession();

   If &APISession.CONNECT(1, "EXISTING", "", "", 0) Then

       If &PCSecTree.Exists("", "PCGRT", "MEE_PC_GRT_SECURTY", "1901-01-01", "") = 0 Then /* All the values are correct */

/* Do Processing */

End-if;

End-if;

It was working fine on Friday and I started getting this error today onwards, please advise me on this ; Trying to search a tree using peoplecode API method - getting First Operand of . is NULL - Cannot Access Member.

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