Functional Description
Purpose
The purpose of this business function is to determine if a particular scale is in use in table F05104. If the scale currently exists in any of
the records in F05104, the cInUse parameter is set to '1'. If the scale is not in use the cInUse parameter is set to '0'.
Setup Notes and Prerequisites
Special Logic
Technical Specification
The szScale parameter must be passed in. If the scale currently exists in any of the records in F05104, the cInUse parameter will be
passed back as a '1'. If the scale is not in use, the cInUse parameter will be passed back as a '0'.
D0500144 - Competency - Scale In Use
Data Structure DescriptionI/ORequiredNotes
szScale(SCLE)IYUse this parameter to pass in the scale that you want to evaluate.
cInUse(EV01)OYThis parameter is passed back with a '1' if the szScale is in use or a '0' if the szScale is not
in use.
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szScale | SCLE | char | REQ | INPUT |
A code that specifies the method to use for measuring an employee's level of proficiency in a particular competency. The scale uses a
| ||||
cInUse | EV01 | char | REQ | OUTPUT |
An option that specifies the type of processing for an event. |
None |
None |