Derived from Probationary Period Code, it indicates whether the employee has temporary (non-tenured) status in this classification. This field can be used to sum the number of employees or positions with temporary status. Refer also to Probationary Period Group.
This is a defined field:
XX:TEMPSTAT/I5=IF (XX:PROBCODE EQ 'N' OR ' ' OR 'P' OR 'Q') AND (XX:APPTXDTE GT '0') THEN 1 ELSE 0;
|