CheckSupervisorSubmittedCompRvw

Check Supevisor Submitted Comp Review

Minor Business Rule

Object Name: N0800174

Parent DLL: CHRM

Location: Client/Server

Language: NER

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



Data Structure

D0800174 - Check Supevisor Submitted Comp Review

Parameter NameData ItemData TypeReq/OptI/O/Both
mnSupervisorANPAMATH_NUMERICREQINPUT

The address book number of the supervisor.

cSubmittedFlagEV01charOPTOUTPUT

An option that specifies the type of processing for an event.

szModelName9MNAMEcharREQINPUT

The model name. Valid values are:    MASTER is a model name to be used for the Final Submitted Compensation.    PUBLIC model is 
controlled by a UDC Table.  Must use entry from the UDC Table.    PRIVATE model could have any name the owner chooses.

cReviewTypeRWTYPcharREQINPUT

A code that indicates the last compensation review type.

mnModelOwnerMOWNRMATH_NUMERICREQINPUT

The address book number of the person creating the model.

Related Functions

None

Related Tables

None