IsScaleInUse

Competency - Scale In Use

Minor Business Rule

Object Name: B0500144

Parent DLL: CFND

Location: Client/Server

Language: C

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'.

Data Structure

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 NameData ItemData TypeReq/OptI/O/Both
szScaleSCLEcharREQINPUT

A code that specifies the method to use for measuring an employee's level of proficiency in a particular competency. The scale uses a 
series of competency levels to represent standards of relative proficiency.

cInUseEV01charREQOUTPUT

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

Related Functions

None

Related Tables

None