PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

what is the peoplecode function IsChanged used for ?

edited Apr 30, 2019 5:46AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 4 commentsAnswered

we have a call to the CI made, that is changing the status of the expense sheet line from DEN to DNC.

the code looks like -

if Not EX_SHEET_LINE.EX_LINE_STATUS.IsChanged Then
EX_SHEET_LINE.EX_LINE_STATUS.Value = "DNC";

End-if;

problem is its sometimes changing it to "DNC" but not consistent everytime , other times it simply doesnot enter the If condition and "DEN" remains.

Peoplebook Its not very clear to me.

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