what is the peoplecode function IsChanged used for ?
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.