Functional Description
Purpose
The NER checks whether a particular supervisor has submitted his/her compensation review/work
Setup Notes and Prerequisites
The required inputs are the supervisor number, the model name, the review type, the model owner.
The output field is a flag of '1' to indicate that the supervisor has submitted work.
Special Logic
The data item field, 'JTTRS' in the employee record of F08830WF, stores the flag to indicate that the
employee who is a supervisor, has submitted his/her compensation review. If the employee is not a
supervisor, JTTRS is not used.
Technical Specification
Initialize output field, cSubmitted flag = '0' //no submission//
Fetch Single F08830WF, where AN8 = supervisor passed in, model name = model name passed in, review
type = review type passed in, model owner = model owner passed in. When fetching the record, get the
field, JTTRS.
If the file I/O is successful and JTTRS = '1'
Set the output field, cSubmitted flag = '1' to indicate submission
End
D0800174 - Check Supevisor Submitted Comp Review
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnSupervisor | ANPA | MATH_NUMERIC | REQ | INPUT |
The address book number of the supervisor. | ||||
cSubmittedFlag | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. | ||||
szModelName9 | MNAME | char | REQ | INPUT |
The model name. Valid values are:
MASTER is a model name to be used for the Final Submitted Compensation.
PUBLIC model is
| ||||
cReviewType | RWTYP | char | REQ | INPUT |
A code that indicates the last compensation review type. | ||||
mnModelOwner | MOWNR | MATH_NUMERIC | REQ | INPUT |
The address book number of the person creating the model. |
None |
None |