Skip to main content
Skip table of contents

Cluster Attribute Definitions - PYUPCL

Warning: It is critically important to the integrity of BusinessPlus software that the system-defined clusters and attributes not be changed. Access to this page should be restricted through BusinessPlus security. Fields on this page should not be updated and should only be used by advanced users as a reference source for writing calc codes.

Overview

This page stores standard system-defined clusters/attributes. Information within the database must be organized into clusters. Within these clusters, the user must specify attributes.

Clusters are defined on the Cluster Definition form which holds client-specified clusters of information. Derived Clusters contain table-oriented information. The Derived Clusters are then associated with a PE Cluster. The PE Cluster will maintain information more specific to the actual data associated with the Derived Cluster. A cluster consists of a group of related attributes. For example, to keep track of address information, an address type, street, city, state, zip code, and phone number could be created in a cluster called "ADDR."

The Attribute Definition form is used to define attributes that are associated with a given cluster. Using the example of the address cluster developed earlier, separate attributes for the address type, street, city, state, zip, and phone number (i.e., six separate attributes). Each attribute in a given cluster must be defined.

Cluster Definition

Cluster Name: Enter four alphabetic characters which uniquely identify the cluster. This must match the four-character name used when designing the form.
Cluster Desc (Description): Up to 28 characters describing the cluster. This information appears on the data entry form when the user is entering information into this cluster and on the help screen whenever the user asks for information on cluster definitions.
Cluster Type: Three types of clusters are supported: summary, detail, and key:

  1. Master — Master clusters contain information that is person/entity-specific. Each entry in a Master cluster for a given person/entity must have a different value in the Key Attribute field. For example, if a cluster is defined to contain address information and the Key Attribute is the address type code, then defining this cluster as a Master type will ensure that a person or entity may not have more than one of each type of address.
  2. Detail — Detail clusters contain information that is person/entity-specific. Detail clusters may have multiple entries regardless of what they contain. For example, if a cluster is defined to contain skills information with a Key Attribute of skill category (e.g., foreign language), then defining this cluster as a Detail type will allow the user to make as many cluster entries as necessary to record all of the person skills in that category (e.g., French, Spanish, Russian, etc.).
  3. Derived — Derived clusters contain information which is organization specific. Derived cluster entries must each have a unique Key Attribute value. Derived cluster information is linked to PE cluster information in one of three ways: as the default link defined when creating a cluster, through the SETKEY function of transaction code processing, and through the link function of the adhoc report writer. Derived clusters contain information that can be associated will all data in the database.

Key Attribute: Each cluster has only one data item which acts as the key. This item (i.e., attribute) should be the best estimate of the most frequently specified item when accessing the cluster. The Key Attribute is also used in determining entries in summary and detail types. Key Attributes must be defined as CH (character) types. Key Attribute values may not duplicate in Key Clusters. 
Browse Seq # (Sequence Number): The sequence is determined within the cluster type. Summary clusters will be sorted together by this number and will appear first followed by detail type clusters sorted together within this number. Browse numbers are always '1' for NAME and '0' for Key Clusters (Key Clusters are shown alphabetically). 
Log Eff Dt (Effective Date) Attribute: The Log Effective Date Attribute and the field which follows (Code) are used in conjunction with each other.
Code:
Used in conjunction with Log Effective Date Attribute field.

Security AttributeIndicates the security attribute associated with the Cluster and Attribute.
Double Enter in Browse?
Max Entries per ID: To limit the number of entries any one type of data may have of this cluster, enter the maximum number of entries allowed in this field. Leaving this field blank implies no limit.
Sort Date Attribute: Key attributes have a 24-byte field that is used as the Key Value. With the need for the Key clusters to be date sensitive, the actual key value on a Key cluster can be 24 in length. The value of the cluster name (4) the original key value (12) plus a date (8). This field is only used when date sensitive information is needed to be stored for identical key values in the 12 bytes following the cluster name. If a Sort Date Attribute is entered for a Key Cluster, this attribute must be a DT type and must exist. It may have any placement on the cluster (e.g., first, fifth, tenth, etc.).
Link Cluster/Attribute: Enter the PE "Cluster.Attribute" that links to this Key Cluster. This sets up the default link to the PE clusters. As a general rule, no link should be made to detail clusters. The SETKEY command in Transaction Code Processing and the link command in the Ad Hoc Report Writer allows this default to be overridden.
Value?: Check Y or N if the Link should validate from the Key Cluster.
Echo Attribute: Enter the Key Cluster Attribute to be echoed on the PE Cluster. An echo attribute must be defined. If no echoing is actually desired, do not provide space for the echo in the definition of the linked attribute.
Narrative 1-4: For notation purposes.

Attribute Definition

Attribute Name: Enter up to six characters which uniquely identify the attribute within the cluster.  
Description: Up to 24 characters describing the attribute. 
Help 1-4: Up to four, 70 character lines of help may be entered for each attribute defined.
Type: Enter the type of attribute. Currently supported codes are:

  • CH - Alphanumeric (letters, numbers, and symbols)
  • DT - Date edited as MM/DD/YY
  • DU - Date edited as MM/DD/CCYY
  • DV - Date edited as DD/MM/YY
  • DW - Date edited as DD/MM/CCYY 
  • DX - Date edited as YY/MM/DD
  • DY - Date edited as CCYY/MM/DD
  • PH - Phone number edited on-line as (xxx) xxx-xxxx Ext: xxxx (when Attribute length = 14 and number of fields = 4) Phone number edited on-line as (xxx) xxx-xxxx (when Attribute length = 10 and number of fields= 3)
  • YN - One character, accepts a ©Y or ©N response
  • SS - Social Security Number edited as xxx-xx-xxxx (stored as Length = 10)
  • IN - Integer value between -9999 and 9999, inclusive
  • N0 - Integer value between -999,999,999 and 999,999,999, inclusive
  • N1 - Integer value between -99,999,999.9 and 99,999,999.9, inclusive
  • N2 - Integer value between -9,999,999.99 and 9,999,999.99, inclusive
  • N3 - Integer value between -999,999.999 and 999,999.999, inclusive
  • N4 - Integer value between -99,999.9999 and 99,999.9999, inclusive
  • N5 - Integer value between -9,999.99999 and 9,999.99999, inclusive L0 Integer value between -9,999,999,999,999 and 9,999,999,999,999, inclusive
  • L1 - Integer value between -9,999,999,999,999.9 and 9,999,999,999,999.9, inclusive
  • L2 - Integer value between -9,999,999,999,999.99 and 9,999,999,999,999.99, inclusive
  • L3 - Integer value between -9,999,999,999,999.999 and 9,999,999,999,999.999, inclusive 
  • L4 - Integer value between -9,999,999,999,999.9999 and 9,999,999,999,999.9999, inclusive
  • L5 - Integer value between -9,999,999,999,999.99999 and 9,999,999,999,999.99999, inclusive

Order: Enter the relative location (order) of the attribute being defined. This is determined by numbering attributes on the data entry screen from the upper left and corner to the lower right-hand corner (do not count the echo fields). 
Num Fields: Enter the number of fields on the forms which are taken up by the attribute. This will normally be set to 1. Phone numbers are an example of multiple field attributes. Phone numbers consist of area codes, prefixes, numbers, and extensions; but they are considered to be only one Attribute.
Length: Enter the number of character positions that are to be taken up for the entry of the value of this attribute on the data entry screen. This must match the forms definition exactly. Coded attributes have a maximum length of 10 characters. 
Code Validation? If a Y is entered in this field, the value entered for the given attribute will be looked up in the codes part of the database. 
Cluster/Attrib (if different): 
Four options for validation are supported. 
Log Changes? If the cluster where this attribute resides is to be logged when the value in this attribute is changed or deleted, enter Y in this field. 
Code Echo? Entering a Y indicates that a field is designed into the data entry form in which the description of a given code value will be echoed to the user prior to the placement of the record in the database. For example, if the attribute is defining an address type code, then the data entry form could contain a field for entry of the address type code, followed immediately by a field for the echo of the address type code description. This is done for sight validation of coded data prior to final entry into the system. 
Echo Length: Enter the ECHO field length for the code; this may be from 1-30 characters long. 
Upshift? Check if the entered value of this attribute is to be automatically converted to upper case before placement in the database or validation against a code table.
Justify: A one-character code that indicates if the input data item is to be left-justified (L), right-justified (R), or center-justified (C) before being placed in the database. 
Search Key: Enter Y if this attribute is to be used as a Search Key and N if it is not. It is important to keep Search Keys to a minimum; otherwise, system performance could be affected. Search Keys are only used in INQUIRY.
Default: Enter up to 10 characters of data which are to be used as the value of the attribute if the user leaves the attribute blank when entering data in the cluster. 
Derive Cluster/Attrib from: If the default value of this attribute is to be taken from a different cluster.attribute, enter the name of that cluster and attribute. If more than one entry exists in the designated cluster, the value of the two key attributes will be compared in order to select the correct value. If the default value of this attribute is to be read from another database, place *ART in the first four character field. Please see the Attribute Read portion of this user guide for more information on Attribute Reads. This field is ignored for Key Clusters.
Inquiry Head 1-3: When using the INQUIRY program, the values entered in these fields will be used for the columnar format headings. Up to three, four-character headings may be defined. 
Special Edit:
Trans Code? If when this attribute is updated transaction code processing is to occur, check this box. 
Trans Code 2: Eight-character field is used to designate the transaction code to be processed. 
Report Heading: When using the Ad Hoc Report Writer, default headings may be used on columns. This field is to contain the heading which will be used when printing this attribute in reports. The Ad Hoc Report Writer will shorten or ©stack this heading as required.
Required by Type 1-10? Each entry type, as defined originally on the General Information form, will be shown on this form. For each entry type which is to require that this attribute be assigned a value (i.e., not optional), a Y should be placed in the field next to the displayed entry type. When defining a Key Cluster only the first field applies, the type is ignored. Key Attributes are always required. 

Listing of Clusters & Attributes

Clusters highlighted in BOLD can be used in Payroll Calc Codes.

ClusterAttributeDescription
ARBLACCTCCAR-ACCT-CC

BALBALANCE

CDHNOCDH NUMBER

REFar-ref
CDHUBEGCDHM begin date

END  CDHM end date          

HBASECDHM hour base flags   

NO   CDHM number            

PBASECDHM pay base flags    

VAL  CDHM 10 associated value
CHRMCDCharacter Code
CLDDBEGCalendar Entry Begin

CLDCDCalendar Code

DAYSCalendar Work Days

ENDCalendar Entry End

HRSBWCalendar B-Week Hours

HRSDDCalendar Daily Hours

HRSMMCalendar Monthly Hours

HRSSMCalendar S-Monthly Hou

HRSWWCalendar Weekly Hours

HRSYYCalendar Annual Hours

MONTHCalendar Month

OPENOPEN AREA

OPENNUOPEN NUM AREA

SCHCDCalendar Schedule Code

VECTCalendar Switches

YRCalendar Entry Year
CLDMBEGCalendar Begin Date

CDCalendar Code

DSCalendar Desc.

ENDCalendar End

HRDEXTSchedule HR Extention

HRMEXTCalendar HR Extention
CNTDBEGContribution Begin Dat

CVECTContribution Switches

ENDContribution End Date

FQCnt. Frequency

FQTYPECnt. Frequency Type

HBASEHour Base

HVECTHour Base Vector

KEYKEY VECTOR

NOContribution No

OBJCnt. Object Code

OPEN1OPEN AREA 1

OPEN2OPEN AREA 2

OPENN1OPEN NUM AREA 1

OPENN2OPEN NUM 2

PBASEPay Base

PRIContribution Priority

PVECTPay Base Vector

STCnt. Status

VALCnt. Associated Value

VALDSCnt. Value Description
CNTMBEGContribution Begin Dat

CDContribution Code

ENDContribution End

HRDEXTCNT.-D HR Extention

HRMEXTCNT.-M HR Extension

MISCContribution MISC. Cod

NOContribution Number

RELCnt. Relate Code

TITLEContribution Title

XTDContribution XTD Flag
CNTXADDRCNT. Assignment Addres

AMTCNT. Calculated Amount

ARRAMT(Not used for CNTs)

ARRBAL(Not used for CNTs)

C10TDDUMMY

C1TDDUMMY

C2TDDUMMY

C3TDDUMMY

C4TDDUMMY

C5TDDUMMY

C6TDDUMMY

C7TDDUMMY

C8TDDUMMY

C9TDDUMMY

CTDCNT. CYR-To-Date

FTDCNT. FYR-To-Date

LCTDLAST CALENDAR YR TO DA

LFTDLAST FISCAL YEAR TO DA

LTTDLAST TAX YEAR TO DATE

M1TDmonth1 to dt

M2TDMonth 2 to dt

MTDCNT. Month-To-Date

NOContribution Number

PAYAMTpay amt (not used)

PRCENT% rel. to MSCX.PRCENT

PRDSNumber of periods

PRICNT Assignment Priorit

QTDCNT. Quarter-To-Date

RATEPay rate

RTDCNT. Range-To-Date

STATUSstatus of assignment

TKLCNT. Trickle Amount

TTDCNT. TYR-To-Date
CTFCBEGbegin date

BEG1  Begin Date (first split

BEG2  Begin Date (2nd Split) 

CDHAMTcdh amt from calcexec  

CDHHRScdh hours from calcexec

CDHPAYcdh pay from calcexec  

CLS   CTFC dummy reference   

CTID  contract Id            

EMPSDYemployee scheduled days

EMPSHRemployee scheduled hour

END   end date               

END1  End Date (First Split) 

END2  End Date (2nd Split)   

EPRDR Remaining Earning Perio

EPRDT Total Earning Periods  

GBAL  grand total balance    

GDEP  grand total deposits   

GFUTENGrand Total Future Earn

GFUTHRGrand Total Future Hour

GFUTPDGrand Total Future Pay 

GRTRENGrand Total Retro Earne

GRTRHRGrand Total Retro Hours

GRTRPDGrand Total Retro Pay  

GUAMT Grand Total User Amount

GWITH grand total withdrawals

GWOPENGrand Total LWOP Earned

GWOPHRGrand Total LWOP Hours 

GYTDENGrand Total Earnings   

GYTDHRGrand Total Reg Hours  

GYTDPDGrand Total Reg Paid   

PBAL  period escrow balance  

PDEP  period deposits        

PENDENPending Retro Earnings 

PENDHRPending Retro Hours    

PENDPDPending Retro Paid     

PENDPRPending Retro Periods  

PFUTENPeriod Total Fut Earned

PFUTHRPeriod Total Fut Hours 

PFUTPDPeriod Total Future Pay

PPRDR Remaining Paid Periods 

PPRDT Total Paid Periods     

PRDPAYPeriod Pay             

PREAMTpre cdh amt            

PREHRSpre hours amount       

PREPAYpre pay amount         

PRTRENPeriod Total Retro Earn

PRTRHRPeriod Total Retro Hour

PRTRPDPeriod Total Retro Pay 

PSCHDYperiod scheduled days  

PSCHHRperiod scheduled hours 

PUAMT period user amt        

PWITH period withdrawals     

PWOPENPeriod LWOP Earned     

PWOPHRPeriod Total LWOP Hours

PYTDENPeriod Total Reg Earned

PYTDHRPeriod Total Regular Hr

PYTDPDPeriod Total Regular Pa

RTRBALRetro Balance          

SPYBALSpread Pay Balance     

TARSALTarget Salary          

TARSL1Target Sal First Split 

TARSL2Target Sal 2nd Split   

TARSL3Tar Sal 1st split NP   

TARSL4Target Sal 2nd Split NP

TCV   Total Contract Value   

TCVOVRTotal Contract Val Over

WOPBALLWOP Balance           

WOPIN LWOP Deposit           

WOPOUTLWOP Withdrawal        

XBAL  cxtd escrow balance    

XDEP  cxtd deposits          

XFUTENXTD Total Future Earned

XFUTHRXTD Total Future Hours 

XFUTPDXTD Total Future Pay   

XRTRENXTD Total Retro Earned 

XRTRHRXTD Total Retro Hours  

XRTRPDXTD Total Retro Pay    

XUAMT cxtd user amounts      

XWITH cxtd withdrawals       

XWOPENXTD Total LWOP Earned  

XWOPHRXTD Total LWOP Hours   

XYTDENXTD Total Regular Earn 

XYTDHRXTD Total Regular Hours

XYTDPDXTD Total Regular Pay  
CXTDCTDCnt. CYR-to-Date

FTDCnt. FYR-to-Date

IDEmployee ID

ITDCnt. Inception-to-Date

MTDCnt. Month-to-Date

NOCnt. XTD No.

OPENOpen area

OVRCnt XTD Override

PERNOCnt. Period No for PTD

PERNUMPeriods

PTDCnt. Period Amount

QTDCnt. Quarter-to-Date

TTDCnt. TYR-to-Date

YRCnt. XTD Year
DATMCONTRLDATE CONTROL FIELD

DATE1Date 1

DATE2DATE 2 USED BY DATE MA

DAYNMDAY NAME

DAYSDAYS DIFFERENCE

DOITDOIT

FORMATDATE FORMATED

MNTHNMMONTH NAME

MONTHSMONTHS DIFFERENCE

WEEKSWEEKS DIFFERENCE

YEARSYEARS DIFF
DEDDBEGDeduction Begin Date

CVECTDeduction Switches

ENDDeduction End Date

FQDed. Frequency

FQTYPEDed. Frequency Type

HBASEHour Base

HVECTHour Base Vector

KEYKey Vector

NODeduction No

OBJDed. Object Code

OPEN1OPEN AREA 1

OPEN2OPEN AREA 2

OPENN1OPEN NUM 1

OPENN2OPEN NUM AREA 2

PBASEPay Base

PRIDeduction Priority

PVECTPay Base Vector

STDed. Status

VALDed. Associated Value

VALDSDed. Value Description
DEDMBEGDeduction Begin Date

CDDeduction Code

ENDDeduction End

HRDEXTDED.-D HR Extention

HRMEXTDED.-M HR Extension

MISCDeduction MISC. Code

NODeduction Number

RELDED. Relate Code

TITLEDeduction Title

XTDDeduction XTD Flag
DEDXADDRDED. Assignment Addres

AMTDED. Calculated Amount

ARRAMTCalculated Arrears Amt

ARRBALArrears Balance

C10TDdummy

C1TDdummy

C2TDdummy

C3TDdummy

C4TDdummy

C5TDdummy

C6TDdummy

C7TDdummy

C8TDdummy

C9TDdummy

CTDDED. CYR-To-Date

FTDDED. FYR-To-Date

LCTDLAST CALENDAR YR TO DA

LFTDLAST FISCAL YR TO DATE

LTTDLAST TAX YEAR TO DATE

M1TDmonth1 to dt

M2TDmonth 2 to dt

MTDDED. Month-To-Date

NODeduction Number

PAYAMTpay amt (not used)

PRCENT% rel. to MSCX.PRCENT

PRDSNumber of periods

PRIDED Assignment Priorit

QTDDED. Quarter-To-Date

RATErate (not used for DED

RTDDED. Range-To-Date

STATUSStatus of assignment

TKLDED. Trickle Amount

TTDDED. TYR-To-Date
DTBLAMT Amount

AMTOVRAmount Override

DATETimecard Date

FLAGFlag

HRSHours

HRSNOHours Number

HRSOVRHours  Override

INDXIndex into table

NUMCDNum Code

NUMOVRNum Code Override

PRIPriority

RECTPRecord Type

RTRate

RTADJRate Adjustment

RTOVRRate Override

SERVDTService Date
DXTDCTDDed. CYR-to-Date

FTDDed. FYR-to-Date

IDEmployee ID

ITDDed. Inception-to-Date

MTDDed. Month-to-Date

NODed. XTD No.

OPENOpen Area

OVRDed. XTD Override

PERNODed. Per No for PTD

PERNUMPeriods

PTDDed. Period Amount

QTDDed. Quarter-to-Date

TTDDed. TYR-to-Date

YRDed. XTD Year
EADTCDAssociated code

DESCAssociated Description

DESC2SECOND PART DESC FIELD

IDEmployee ID
ECNTADDAMTCnt. Additive Amount

ADDBEGCnt. Additive Begin

ADDENDCnt. Additive End

AMTCnt. Amount

AXPCnt. Amt. Expressed As

BEGCnt. Beginning Date

CDCnt. Special Code

ENDCnt. Ending Date

FQCnt. Frequency

FQTYPECnt. Frequency Type

IDEmployee ID

LMTAMTCnt. Limit Amount

LXPCnt. Limit Expressed A

MISCLLong Misc Field

MISCMMedium Misc Field

MISCSShort Misc Field

NOCnt. No.

STCnt. Status
EDEDADDAMTDed. Additive Amount

ADDBEGDed. Additive Begin

ADDENDDed. Additive End

AMTDed. Amount

AXPDed. Amt. Expressed As

BEGDed. Beginning Date

CDDed. Special Code

ENDDed. Ending Date

FQDed. Frequency

FQTYPEDed. Frequency Type

IDEmployee ID

LMTAMTDed. Limit Amount

LXPDed. Limit Expressed A

MISCLLong Misc Field

MISCMMedium Misc Field

MISCSShort Misc Field

NODed. No.

STDed. Status
EHRSADDAMTHrs. Additive Amount

ADDBEGHrs. Additive Begin

ADDENDHrs. Additive End

AMTHrs. Amount

AXPHrs. Amt. Expressed As

BEGHrs. Beginning Date

CDHrs. Special Code

ENDHrs. Ending Date

FQHrs. Frequency

FQTYPEHrs. Frequency Type

IDEmployee ID

LMTAMTHrs. Limit Amount

LXPHrs. Limit Expressed A

MISCLLong Misc Field

MISCMMedium Misc Field

MISCSShort Misc Field

NOHrs. No.

STHrs. Status
EHSTAMTHistory Entry Amount

BATCHTime Card Batch

CHNGDTChange Date

CKDTHistory Check Date

CKNOHistory Check No.

CKNOTEHistory Check Note

CKSTCKCheck Stock

DAYSHistory Days Worked

IDEmployee ID

JOBNOIFAS Job Number

NOHistory Entry No.

NUMCDHistory Assignment Cod

OPENOPEN AREA

OPENNUOPEN NUM AREA

OVRDHistory Override Flag

PAIDCCHistory Period Paid

PART1Emp. History Part 1

PART2Emp. History Part 2

PART3Emp. Hist Part 3

PART4Emp. History Part 4

PECCPEID and Period Number

POSTDTHistory Post Date

RECTPRecord Type

SPREADSpread Indormation

WEEKSHistory Weeks Worked
EMPMAAEmployee Affirm. Actio

ADDRCDEmployee Address Code

ADDRDBEmployee Address Flag

ADJEmployee Seniority Adj

BDTEmployee Birth Date

BEGEmployee Begin Date

CITYEmployee City

CKPEREmployee Message Perio

CLDCDEmployee Calendar Code

CMNTEmployee Ck. Comment

CNTRYEmployee Country

CYCLEEmployee Pay Cycle

EDUCEmployee Educ. Codes

ENDEmployee End Date

FLSAEmployee FLSA Type

FNAMEEmployee First Name

FTEEmployee FTE

GENCDEmployee Entity Code

HDTEmployee Hire Date

HRAUDTHRIS Audit

HRDEXTEmployee-D HR Extentio

HRECHRIS PE Record

HRFOIDHR FOID

HRMEXTEmployee-M HR Extentio

HRSECHR Security Code

HRUPDTHRIS Update Date

IDEmployee ID

LDATEEmployee Leave Date

LNAMEEmployee Last Name

MAXPAYEmployee Maximum Pay

MLCHRMiscellaneous X8 strin

MNAMEEmployee Middle Name

MNUMMiscellaneous Numbers

MRTEmployee Marital Statu

MSCHRMiscellaneous X4 strin

NAMEEmployee Name

NNAMEEmployee Nickname

PART1Employee Part 1

PART2Employee Part 2

PART3Employee Part 3

PART4Employee Part 4

PAYSELEmployee Pay Selection

PERCXEmployee Per. Calculat

SALUTEEmployee Salutation

SDTEmployee Separation Da

SELEmployee Selection Cod

SEXEmployee Sex

SKILLEmployee Skill Code

SSNEmployee SSN

ST1Street1

ST2street2

STATEEmployee State

STATUSEmployee Status

SUFFIXEmployee Suffix

TYPEEmployee Type

UNITEmployee Unit

VALEmployee Associated Va

VECTEmployee Switches

XTDCXEmployee XTD Calculate

ZIPEmployee Zip

ZIPEXTEmployee Zip Code Ext.
EPAYAUXSALAuxillary Salary

BEGPay Beginning Date

CLDCalendar Code

CLDPCTCalendar Percent

DSVECTCDH Distribution Vect.

EFFORTWork Effort

ENDPay Ending Date

FACTORRETRO FACTOR

FQPay Frequency

FQTYPEPay Frequency Type

HRSDAYHours per Day

IDEmployee ID

LMTAMTPay Limit Amount

LXPPay Limit Expressed As

MISCMisc Codes

MSCCHRMiscellaneous Strings

MSCNUMMiscellaneous Numbers

NUMCDPay Assignment Code

OPEN1OPEN AREA

OTOvertime Rate

PDBEGPAID BEGIN DATE

PDENDPAID END DATE

POTYPEPayout Type

PTBEGPatch Beg

PTENDPatch End

PTFLAGPatch Flag

REGRegular Rate

RETRDTRetro Date

RETRTPRetro Type

SALSalary Amount

SPREADSpread Information

STPay Assingment Status

SXPSalary Expressed As

TYPEPay Assignemnt Type

UNITBargaining Unit
EPYMBEGPay Beginning Date

DSVECTCDH Distribution Vect.

EFFORTWork Effort           

END   Pay Ending Date       

FQ    Pay Frequency         

FQTYPEPYM Frequency Type    

GL    Pay - GL              

GLKEY Pay - GLKEY           

GLOBJ Pay - GLOBJ           

ID    Employee ID           

JL    Pay - JL              

JLKEY Pay - JLKEY           

JLOBJ Pay - JLOBJ           

LMTAMTPay Limit Amount      

LXP   Pay Limit Expressed As

MISC  Misc Codes.           

NUMCD Pay Assignment Code   

OPEN  OPEN AREA             

OT    Overtime Rate         

PAY   Pay - PAY             

POS   Pay - POS             

REG   Regular Rate          

SAL   Salary Amount         

SPREADSpread Information    

ST    Pay Assignment Status 

STEP  Pay - STEP            

SXP   Salary Expressed As   

TYPE  Pay Assignemnt Type   

UPRT10Paystring User Part 10

UPRT11Paystring User Part 11

UPRT12Paystring User Part 12

UPRT13Paystring User Part 13

UPRT14Paystring User Part 14

UPRT15Paystring User Part 15

UPRT16Paystring User Part 16

UPRT17Paystring User Part 17

UPRT18Paystring User Part 18
EXEDEXEExecution Formula

NOCnt/Ded/Hrs Entry

SQExecution Sequence
EXTD

FLEXCDCLMSCURR YR DEPC CLAIMS AM

CDELECCURR YR DEPC ELEC AMT  

CMCLMSCURR YR MEDI CLAIMS AMT

CMELECCURR YR MEDI ELEC AMT  

COCLMSCURR YR OTHI CLAIMS AMT

COELECCURR YEAR OTHI ELEC AMT

PDCLMSPREV YR DEPC CLAIMS AMT

PDELECPREV YR DEPC ELEC AMT  

PMCLMSPREV YR MEDI CLAIMS AMT

PMELECPREV YR MEDI ELEC AMT  

POCLMSPRIOR YR OTHI CLAIMS AM

POELECPRIOR YR OTHI ELEC AMT 
GENMBEGEntity Begin Date

CDEntity Code

CITYEntity City

CNTRYEntity Country

CNTYEntity County

CTRYCDEntity Country Code

CTRYNOEntity Country No.

ENDEntity End Date

FIDEntity FID

FMONTHEntity F. Month End

GLDEPTPC - GL Dept. Index

HRMEXTHR Extention - Master

HXVECTHour XTD Switches

IVECTInterface Switches

JLDEPTPC - JL Dept. Index

MPAYMaximum Pay

NAMEOrganization Name

PART1PY Gen Part1

PART1DPY Gen Part 1 Desc

PART2PY Gen Part 2

PART2DPY Gen Part2 Desc

PART3PY Gen Part 3

PART3DPY Gen Part 3 Desc

PART4PY Gen Part 4

PART4DPY Gen Part 4 Desc

PARTDLPart Delemeter

PARTHDPart Heading

PARTLNPart Length

PARTSQPart Sequence

PERSONContact Person

PHONEContact Phone

PVECTProcess Switches

PXVECTPay XTD Switches

SEEDSeed Number

SIDState ID

STCDState Code

STNAMEState Name

STNOState No.

STRT1First Street Address

STRT2Second Street Address

TTLFTETotal FTE

ZIPZip Code

ZIPEXTZip Extention
GRDMBEGSalary Grade Begin

CDSalary Grade Code

CLDCDSalary Grade Calendar

ENDSalary Grade End

HRDEXTHR Step Extention

HRMXTDHR Grade Extention

MISCSalary Grade MISC Code

RANGESalary Grade Range

TITLESalary Grade Title
HBSACLSDummy reference

CTDHrs CYR-To-Date

FTDHrs FYR-To-Date

MTDHrs Month-To-Date

PTDHrs Period-To-Date

QTDHrs Quarter-To-Date

RTDHrs Range-To-Date

TTDHrs TYR-To-Date
HBSXC10TDCYCLE 10 TO DT

C1TDCYCLE 1 TO DATE

C2TDCYCLE 2 TO DT

C3TDCYCLE 3 TO DT

C4TDCYCLE 4 TO DT

C5TDCYCLE 5 TO DT

C6TDCYCLE 6 TO DT

C7TDCYCLE 7 TO DT

C8TDCYCLE 8 TO DT

C9TDCYCLE 9 TO DT

CLSDummy reference

CTDHRS Base CTD

FTDHRS Base FTD

LCTDLAST CALENDAR YR TO DA

LFTDLAST FISCAL YR TO DATE

LTTDLAST TAX YEAR TO DATE

M1TDMONTH 1 TO DATE

M2TDMONTH 2 TO DT

MTDHRS Base MTD

PTDHRS Base PTD

QTDHRS Base QTD

RTDHRS Base RTD

TTDHRS Base TTD
HBTDCTDHB CYR-to-Date

FTDHB FYR-to-Date

IDEmployee ID

ITDHB Inception-to-Date

MTDHB Month-to-Date

NOHB XTD No.

OPENOpen Area

OVRHB XTD Override

PERNOPeriod for PTD

PERNUMPeriods

PTDHour Base Period Amt.

QTDHB Quarter-to-Date

TTDHB TYR-to-Date

YRHB XTD Year
HRSDBEGHour Begin Date

CVECTHour Switches

ENDHour End Date

FQHrs. Frequency

FQTYPEFrequency Type

HBASEHour Base

HVECTHour Base Vector

KEYKey vector

NOHour No

OBJHrs. Object Code

OPEN1OPEN AREA 1

OPEN2OPEN AREA 2

OPENN1OPEN NUM 1

OPENN2OPEN AREA NUM 2

PBASEPay Base

PRIHour Priority

PVECTPay Base Vector

STStatus

VALHrs. Associated Value

VALDSHrs. Value Description
HRSMBEGHour Begin Date

CDHour Code

ENDHour End

HRDEXTHRS.-D HR Extention

HRMEXTHRS.-M HR Extension

MISCHour MISC. Code

NOHour Number

RELHRS. Relate Code

TITLEHour Title

XTDHour XTD Flag
HRSXADDRHRS. Assignment Addres

AMTHRS. Calculated Amount

ARRAMT(Not used for Hours)

ARRBAL(Not used for Hours)

C10TDcycle10 to dt

C1TDcycle1 to dt

C2TDcycle2 to dt

C3TDcycle3 to dt

C4TDcycle4 to dt

C5TDcycle5 to dt

C6TDcycle6 to dt

C7TDcycle7 to dt

C8TDcycle8 to dt

C9TDcycle9 to dt

CTDHRS. CYR-To-Date

FTDHRS. FYR-To-Date

LCTDLAST CALENDAR YR TO DA

LFTDLAST FISCAL YR TO DATE

LTTDLAST TAX YEAR TO DATE

M1TDmonth1 to dt

M2TDmonth2 to dt

MTDHRS. Month-To-Date

NOHour Number

PAYAMTpay amt

PRCENT% rel. to MSCX.PRCENT

PRDSNumber of periods

PRIHRS Assignment Priorit

QTDHRS. Quarter-To-Date

RATErate

RTDHRS. Range-To-Date

STATUSstatus

TKLHRS. Trickle Amount

TTDHRS. TYR-To-Date
HSTXCDHAMTHistory CDH amount

CDHDPTpointer to the cdhd tb

CDHNOHistory CDH No

DTENDEND OF DAILY TC ENTRY

DTSTRTSTART OF DAILY TC ENTR

ORGAMTORIGINAL AMOUNT

OVRFLGHistory override flag

PYPDHistory PYPD Pointer

SAFLAGHistory SA flag
HXTDCTDHour CYR-to-Date

FTDHour FYR-to-Date

IDEmployee ID

ITDHour Inception-to-Date

MTDHour Month-to-Date

NOHour XTD No.

OPENOpen Area

OVRHour XTD Override

PERNOPer no for PTD amt

PERNUMPeriods

PTDPeriod Amount

QTDHour Quarter-to-Date

TTDHour TYR-to-Date

YRHour XTD Year
JOBMBEGJob Begin Date

CDJob Code

CLDCDJob Calendar Code

DSJob Description

EEOCJob EEOC Code

ENDJob End Date

FAMILYJob Family

FLSAQJob FLSA Type

HRDEXTPosition HR Extention

HRMEXTHR Job Extention

MISCJob Misc. Code

MISCVJob Misc. Value

SALGRDJob Salary Grade

SUPRQJob Supervisory Flag

TITLEJob Title

TTLFTEJob Total FTE

WCJOB Workmen's Comp.
MSCACYCalendar Year Flag

FYFiscal Year Flag

HIHigh day range

LOLow day range

PERCDPeriod Type Code

RANGERange Flag

STATUSStatus

TARGETTarge year

TMTax Month Flag

TQTax Quarter Flag

TYTax Year Flag
MSCXANNIVIs this period the ann

ANUPAYANNUAL PAY1            

ANUPY2ANNUAL PAY2            

ANUPY3ANNUAL PAY3            

ANUPY4ANNUAL PAY 4           

ANVPCTAnniversary Percent    

ARREARARREARS AMOUNT         

CAPDEDSec. 125 Ded. Amount   

CAPPTDSec. 125 Period Total  

CHR1  MISC CVAR              

CHR10 MISC CVAR              

CHR11 MISC CVAR              

CHR12 MISC CVAR              

CHR13 MISC CVAR              

CHR14 MISC CVAR              

CHR15 MISC CVAR              

CHR16 MISC CVAR              

CHR17 MISC CVAR              

CHR18 MISC CVAR              

CHR19 MISC CVAR              

CHR2  MISC CVAR              

CHR20 MISC CVAR              

CHR3  MISC CVAR              

CHR4  MISC CVAR              

CHR5  MISC CVAR              

CHR6  MISC CVAR              

CHR7  MISC CVAR              

CHR8  MISC CVAR              

CHR9  MISC CVAR              

DAYCTRDay Counter            

DAYS  Days Worked            

EMPAGEEmployee' Age          

EMPDHRDAILY HOURS            

EMPDYSEmp days of service    

EMPHOLEMP HOLIDAY HRS        

EMPHRAGENERIC EMP HR1        

EMPHRBGENERIC EMP HR2        

EMPHRSSys. Derived Default HR

EMPMOSEmployee Month of Serv.

HRSOVRHours Over Limit       

MASK  MASK                   

NUM1  MISC NVAR              

NUM10 MISC NVAR              

NUM11 MISC NVAR              

NUM12 MISC NVAR              

NUM13 MISC NVAR              

NUM14MISC NVAR

NUM15 MISC NVAR             

NUM16 MISC NVAR             

NUM17 MISC NVAR             

NUM18 MISC NVAR             

NUM19 MISC NVAR             

NUM2  MISC NVAR             

NUM20 MISC NVAR             

NUM3  MISC NVAR             

NUM4  MISC NVAR             

NUM5  MISC NVAR             

NUM6  MISC NVAR             

NUM7  MISC NVAR             

NUM8  MISC NVAR             

NUM9  MISC NVAR             

PDDAYSPAID DAYS THIS PERIOD 

PERDAYTOTAL DAYS THIS PERIOD

PERHRSHours for the period  

PM    PRIMARY PAY ASSGN     

PMRATEPrimary Rate          

PRCENT% covered by day range

STATUSOperation status      

WEEKS Weeks Worked          
MSGXCDHMODCDH MODE

DBSTATStatus of PUT,UPDATE,D

MODEMESSAGE CENTER MODE

PEIDPerson Entity in MSG

PERBEGMessage Cntr. Period B

PERENDMessage Cntr. Period E

PERIODmsg center period numb

REWINDRewind directive

RWCLSREWIND CLUSTER NAME

STATUSSTATUS OF LAST LOAD

TODAYTODAY'S DATE
NUCDASCODEAssociated Code

ASDESCAssociated Desc.

ASVALAssociated Value

CCCode Category

DESCLLong Description

DESCMMedium Description

DESCSShort Desc.
NUMDCHRCDCharacter Code

NUMCDNumeric Code
NUMMCDNumeric Code
OPAYBEGbegin date

CLSdummy attribute

CNTIDContract ID

ENDend date

MSCNUMMisc Numbers

NUMCDnumcd

OTovertime

PREMpremium rate

REGregular

SALsalary

SORTSort Fields

STstatus

TYPErecord type

XPexpressed as
PAYMBEGPay Begin Date

CDPay Code

ENDPay End Date

HRDEXTPay-D HR Extention

HRMXTDPay-M HR Extention

MISCPay MISC Code

NOPay No.

PVECTPay Switches

RELPay Relate-to Code

TITLEPay Title
PBSACLSDummy reference

CTDPay CYR-To-Date

FTDPay FYR-To-Date

MTDPay Month-To-Date

PTDPay Period-To-Date

QTDPay Quarter-To-Date

RTDPay Range-To-Date

TTDPay TYR-To-Date
PBSXC10TDCYCLE 10 TO DT

C1TDCYCLE 1 TO DATE

C2TDCYCLE 2 TO DT

C3TDCYCLE 3 TO DT

C4TDCYCLE 4 TO DT

C5TDCYCLE 5 TO DT

C6TDCYCLE 6 TO DT

C7TDCYCLE 7 TO DT

C8TDCYCLE 8 TO DT

C9TDCYCLE 9 TO DT

CLSDummy reference

CTDPay Base CTD

FTDPay Base FTD

LCTDLAST CALENDAR YR TO DA

LFTDLAST FISCAL YR TO DATE

LTTDLAST TAX YR TO DATE

M1TDMONTH 1 TO DT

M2TDMONTH 2 TO DT

MTDPay Base MTD

PTDPay Base PTD

QTDPay Base QTD

RTDPay Base RTD

TTDPay Base TTD
PBTDCTDPB CYR-to-Date

FTDPB FYR-to-Date

IDEmployee ID

ITDPB Inception-to-Date

MTDPB Month-to-Date

NOPB XTD No.

OPENOpen Area

OVRPB XTD Override

PERNOPeriod for PTD

PERNUMPeriods

PTDPeriod Amount

QTDPB Quarter-to-Date

TTDPB TYR-to-Date

YRPB XTD Year
PECCPECCEmp./Period No. Code
PERMASCPERAssociated periods

BEG   Period Begin Date       

BSFLAGBase flags (PB or HB)   

CALC  Period Being Calculated 

CC    Period Number           

CD    Period Code             

CKDT  Period Check Date       

CKID  Period Check ID         

CMNTH Period Calendar Month   

CQTR  Period Calendar QTR     

CXTYPEContract Type Codes     

CYR   Period Calendar Year    

EFTDT EFT Effective Date      

EFTID EFT Stock ID            

END   Period End Date         

FMNTH Period Fiscal Month     

FQTR  Period Fiscal QTR       

FREQ  Period Frequency        

FVECT Period Frequency Vect.  

FYR   Period Fiscal Year      

HRMEXTPeriod HR Extention     

OPEN  Open Area               

PAID  Period Paid Flag        

POSTDTPeriod Post Date        

SQ    Period Seq. in Month    

TCLOCKTimecard Lock Flag      

TMNTH Period Tax Month        

TMPERSPeriods in TMNTH        

TQTR  Period Tax QTR          

TYPE  Period Type (REG/SUPPL) 

TYPERSPeriods in TYR          
PHRDHRSNOHour No.

PAYNOPay No.
POSDBEGPosition Begin Date

CLDCDPosition Calendar Code

ENDPosition End Date

GENCDPosition Entity Code

JOBCDPostion Job Code

MISCPosition MISC. Code

PEIDPosition PEID

POSCDPosition Code

SHAREPosition Share Flag

SUPRIDPosition Supervisor ID

TTLFTEPosition Total FTE

TYPEPosition Type
POSMCDPosition Code
PXTDCTDPAY CYR-TO-DATE

FTDPay FYR-to-Date

IDEmployee ID

ITDPay Inception-to-Date

MTDPay Month-to-Date

NOPay XTD No.

OPENOpen Area

OVRPay XTD Override

PERNOPeriod for PTD

PERNUMPeriods Paid

PTDPeriod Amount

QTDPay Quarter-to-Date

TTDPay TYR-to-Date

YRPay XTD Year
PYASACCTIDemp account number id

BANKIDbank id

CDASSOCIATED CODE

IDemp id
PYPXAMTPYPD amount

AUXSALAuxillary Salary      

BEG1  Beg DT of 1st rate    

BEG2  Beg DT of 2nd rate    

CALND1CALENDAR1             

CALND2CALENDAR 2            

CHGDT Change Date           

CLD   Calendar Code         

CLDPCTCalendar Percent      

CLS   PYPX Dummy Reference  

CNTID contract id           

CXNDX Contract Index        

DOLDAYDollars per Day       

EFFORTPYPX Effort           

END1  End DT of 1st rate    

END2  End DT of 2nd rate    

FACTORRetro Factor          

FROM  FROM FLAG             

GL    GL LEDGER             

GLKEY GL ORG KEY            

GLOBJ GL OBJECT             

HBASE PYPX Hour Bases       

HRSDAYHours per Day         

JL    JL LEDGER             

JLKEY JL ORG KEY            

JLOBJ JL OBJECT CODE        

LMT   PYPX Limit amount     

LMTXP PYPX Limit Expression 

MISCCDMISC CODES            

MSCCHRMiscellaneous Strings 

MSCNU22nd Misc Numbers      

MSCNUMMiscellaneous Numbers 

NUMCD PYPX Numeric Code     

OPEN  pyp-open field        

OT    PYPX Overtime Rate    

OT2   2nd OT rate           

OVR   numcd override flag   

PATCDHpatch cdhs            

PATHWMpatch hwm             

PATRT1Patch Prorate Pct 1   

PATRT2Patch Prorate Pct 2   

PATTP1Patch Type 1          

PATTP2Patch Type 2          

PAYBEGActual Begin date     

PAYENDPayassignment end date

PAYNO PYPX Pay Number       

PBASEPYPX Pay bases

PDBEG1Paid Begin Date       

PDBEG2Paid Beg Date         

PDEND1Paid End Date         

PDEND2Paid End Date         

POS   POSITION CODE         

POTYPEPayout Type           

PRCENT% rel. to EMPM.PRCENT 

PREM2 2nd premium rate      

PREMUMPYPX Premium Rate     

PTBEG Patch Begin Date      

PTEND Patch end Date        

PTFLAGPatch Flag            

RECTP rec type              

RECTYPPYPD-RT               

REG   PYPX Regular Rate     

REG2  2nd regular rate      

RETRDTRetro Date            

RETRTPRetro Type            

SAL   PYPX Salary Amount    

SAL2  2nd salary            

SPDIFFDiff. of SPLIT1 & 2   

SPLIT 1st split rate %      

SPREADPYPX Spread Flag      

SPRVALSpread Value          

SPVECTSpecial Vector        

ST    PYPX Status           

STEP  STEP                  

TCBTCHTime Card Batch       

UNIT  Bargaining Unit       

UPRT10paystr user part 10   

UPRT11user paystr part 11   

UPRT12user paystr part 12   

UPRT13user pystr part 13    

UPRT14user pystr part 14    

UPRT15user pystr part 15    

UPRT16user pystr part 16    

UPRT17user pystr part 17    

UPRT18user pystr part 18    

VECT  PYPX Spread Vectors   

WCOMP PYPX WORKCOMP Rate    

XP    PYPX Salary Expression

XP2   XP CODE FOR SAL2      

XTD   PYPD XTD amount       
PYTHAMTPAY AMOUNT FROM HOUR

AMTOVRPAY OVERWRITE

AUDITPYT-AUDIT

BATCHPYT-BATCH-NAME

BATCHNBatch Name

DATEDate

HOURSNUMBER OF HOURS

HRSNOHOURS NUMBER

HRSOVRHOUR OVERWRITE

IDEMPLOYEE ID

JOBNOJob number

NUMCDPYT-NUM-CD

NUMOVRNUM OVERWRITE FLAG

OPENDETAIL OPEN

OPEN1OPEN 1

OPEN2OPEN 2

OPENN2OPEN NUM 2

PART1PART 1

PART2PART 2

PART3PART 3

PART4PART 4

PERCCPERIOD

RATERATE

RECNORECORD NUMBER

RECTPRECORD TYPE

RTADJRATE ADJUSTMENT

RTOVRRATE OVERWRITE

SPREADSPREAD INFO

STATUSSTATUS

TMCCCPY-TMC-CC
RINGCLNDRCalendar

DATETMDATE-TIME

DTLOPNOpen area

IDEmployee ID

OPEN1Open area 1

OPEN2Open area 2

OPENN1OPEN NUM 1

OPENN2OPEN NUM 2

PERCCRing Timecard Period

RINGCCPY-RNG-CC

SCHEDUSCHEDULE

STATUSSTATUS FLAG
SASGADDAMTCDH assgn. additive am

ADDBEGCDH assgn. add start

ADDENDCDH assgn. add end

AMTCDH assgn. amount

AXPCDH assgn. amt. expres

BEGCDH assgn. start date

CDCDH assgn. spec. codes

ENDCDH assgn. end date

FQCDH assgn. frequency

FQTYPECDH assgn. freq. type

LMTAMTCDH assgn. limit amoun

LXPCDH assgn. lmt express

NOCDH assgn. number

SDEFPTCDH assgn. index to SD

STCDH assgn. status
SCHDCCSchedule Code

HRSSchedule Hours

HRSNOSchedule Hour Number

HRSTPHours Type

OPENOPEN AREA

RINGINSchedule Punch In

RINGOTSchedule Punch Out

SEQSchedule Seq. Number
SCHMCCSchedule Code

DESCSchedule Description

TCFLAGTimecard Flag

VECTSchedule Vector
SCHRNUMCDPay Assgn. NUM-CD

PART1Pay assgn. part 1

PART2Pay assgn. part 2

PART3Pay assgn. part 3

PART4Pay assgn. part 4

PART5Pay assgn. part 5

PART6Pay assgn. part 6

PART7Pay assgn. part 7

PART8Pay assgn. part 8

PART9Pay assgn. part 9

POSTPPay assgn. position ty
SDEFBEGCDH start date

CDCDH code

ENDCDH end date

FLAGCDH process flags

GLKEYCDH GL key

HBASECDH hour base

HRDEXTCDH HRIS dtl. extention

HRMEXTCDH HRIS mstr. extentio

HVECTCDH hour flags

JLKEYCDH JL key

MISCCDH misc. codes

NOCDH def. number

OBJCDH object codes

PBASECDH pay base

PRICDH priority

PVECTCDH pay flags

RELCDH relating-to code

TITLECDH Title

VALCDH associated values

VALDSCDH value desc.

XTDCDH xtd flag
SDHRAMTDHR pay amount

HRSDHR hours

HRSPTRDHR index to CDH def.

NODHR hour number

NUMCDDHR pay assgn. num. cod

PERCCDHR period number

RATEDHR hourly rate

TYPEDHR type
SHSTASGAMTHST NUM-CD amount

NOHST CDH numbers

NUMCDHST pay assgn. number

OVRDHST override flags

PERCCHST period number

PTDAMTHST period amount

SASGPTHST index to CDH assgn.

SCHRPTHST index to SCHR

SDEFPTHST index to CDH def.

SPYPPTHST index to SPYP

USEDFGHST element visited fla
SMSCCHRSVMisc. ascii save value

CMNDMisc. command

CNTPTRMisc. STRS CNT index

DEDPTRMisc. STRS DED index

FYRMisc. fiscal year

NUMSVMisc. numeric save valu

PAYPTRMisc. STRS pay index

PERBEGMisc. reporting start

PERENDSMSC reporting end

PMSPYPMisc. primary pay assgn

RPTPERMisc. reporting period

SASGDXMisc. SASG index

SASGHMMisc. SASG HWM

SASGMXMisc. SASG max

SCHRDXMisc. SCHR index

SCHRHMMisc. SCHR HWM

SCHRMXMisc. SCHR max

SDEFDXMisc. SDEF index

SDEFHMMisc. SDEF HWM

SDEFMXMisc. SDEF max

SDHRDXMisc. SDHR index

SDHRHMMisc. SDHR HWM

SDHRMXMisc. SDHR max

SHSTDXMisc. SHST index

SHSTHMMisc. SHST HWM

SHSTMXMisc. SHST max

SPYPDXMisc. SPYP index

SPYPHMMisc. SPYP HWM

SPYPMXMisc. SPYP max

STATUSMisc. status
SPBSASGAMTPay base assignment amt

PTDAMTPay base period amount
SPYPBEGPay assgn. begin date

DSVECTPay assgn. dist. vector

EFFORTPay assgn. effort

ENDPay assgn. end date

FQPay assgn. frequency

FQTYPEPay assgn. freq. type

LMTAMTPay assgn. lmt. amount

LXPPay assgn. lmt. express

NUMCDPay assgn. num. code

OTPay assgn. OT rate

REGPay assgn. reg. rate

SALPay assgn. salary

SCHRPTPay assgn. index to SCH

STPay assgn. status

SXPPay assgn. sal. express

TYPEPay assgn. type
SRCDNOCnt/Ded/Hrs No

SQFormula Sequence Number

SRCFormula
STPDBEGStep Begin Date

ENDStep End Date

GRDCDStep Grade Code

RATEStep Hourly Rate

SALAMTStep Salary Amount

STPCCStep Code
STPMCCSalary Step Code
STRSASSNSTRS account code

COUNTYSTRS county

DISTCTSTRS district

EARNSTRS earnings

EARNIDSTRS earning ID

EMPRAMSTRS EMPR. cnt. amount

EMPRRTSTRS EMPR cnt. rate

EPMCAMSTRS EPMC amount

EPMCRTSTRS EPMC rate

FINITSTRS first initial

FNAMESTRS first name

FYRSTRS fiscal year

LINECDSTRS line code

LINENOSTRS record line number

LNAMESTRS last name

MBRCDSTRS member code

MCAMSTRS mbr. cont. amount

MCCDSTRS contribution code

MCRTSTRS member rate

MINITSTRS middle initial

PAYCDSTRS pay code

PAYRTSTRS pay rate

PERBEGSTRS srv. period start

PERENDSTRS srv. period end

PERMMSTRS report month

PERYRSTRS report year

RPTPERSTRS reporting period

SSNSTRS SSN

TRANCDSTRS transaction code
TCBTDAYWKDay Worked

GLKEYGLKEY

GLLGGL LEDGER

GLOBJGeneral Ledger Object

HRSNum Hrs Worked

HRSNOHours Number

JLKEYJL KEY

JLLGJL Ledger

JLOBJJL OBJECT CODE

MISCMiscell

NUMOVRPay num override

OPENOpen area

PAYAMTPay Amount

PAYCLSPay Class

PAYOVRPay Override

PEIDPerson/Entity ID

PERIODPay PERIOD

POSPosition

RECTPRecord Type

RTRate

RTADHRate Adjustment

RTOVRRate override flag

STEPStep

WEEKWEEK WORKED

WONUMWork Order Num
URCLCDHHWMHigh water mark of CDHP

CDHMAXMax number of CDHP

CDHNDXCDHP index

CDHNOCDHP number

CDHPTDCDHP PTD amount

HBSMAXMax number of hour base

HBSNDXHour base index

HBSPTDHour base PTD amount

PBSMAXMax. number of pay base

PBSNDXPay base index

PBSPTDPay base PTD amount

STATUSURCL execution status

On This Page

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.