EndPrePayrollCaches

Create PrePayroll Caches

Minor Business Rule

Object Name: B0700003

Parent DLL: CPAY

Location: Client/Server

Language: C

Functional Description

Purpose

This function consists of two separate functions.

Initialize Pre Payroll Caches: The purpose of this function is to initialize and define all of the 

caches and their respective handles that are used during the Pre-Payroll Process.


End Pre-Payroll Caches: The purpose of this function is to clear all caches and terminate the handles 

to all of the caches used during the Pre-Payroll process.


Setup Notes and Prerequisites

The Initialize Pre-Payroll Caches is called in the initialize section of the Pre-Payroll Driver UBE 

(R07200).  It will return the unique cache names back so that they can be used throughout the 

Pre-Payroll process.  


The End Pre-Payroll Caches is called in the end section of the Pre-Payroll Driver UBE (R07200).  All 

caches and their handles are terminated and memory is freed. 


Special Logic




Technical Specification


Parameters:


Data Item   Data Structure Description I/O      Required Notes
PID         TimecardCacheName          I/O      Y        This is the unique name for the Timecard 

Cache

PID1        DBACacheName               I/O      Y        This is the unique name for the DBA Cache

PID2        DeductionCacheName         I/O      Y        This is the unique name for the 

DeductionCache

PID3        VertexCacheName            I/O      Y        This is the unique name for the VertexCache

PID4        CheckControlNoCacheName    I/O      Y        This is the unique name for the Chk Control 

No Cache

CYGR        PayCycleGroup         I        Y        This is the PayCycle Group for the current 

payroll.

PID5        PayCycleCache              I/O      Y        This is the unique name for the Pay Cycle 

Cache

PID6        MultipleJobsCache          I/O      Y        This is the unique name for the Multiple 

Jobs Cache.

PID         GroupLimitsCacheName       I/O      Y        This is the unique name for the Group Limits 

Cache.

PID         DBAAliasCacheName          I/O      Y        This is the unique name for the DBA Alias 

Cache.

PID         BasisCacheName             I/O      Y        This is the unique name for the Basis Cache.

PID         DBADetailCacheName         I/O      Y        This is the unique name for the DBA Detail 

Cache.

PID         TranNoDetailCacheName      I/O      Y        This is the unique name for the Transaction 

No Cache.                                                                     PID         

UnionLevelCacheName        I/O      Y        This is the unique name for the Union Level Cache.


Related Tables

 

Table       Table Description
F07940      Set Vertex Tax Table

F069116     Payroll Transactions Constants

F0005       User Defined Codes


Related Business Functions


Source Name   Function Name
None


Processing 

1.0Initialize Pre-Payroll Caches

1.1Clear all Cache data structures
1.2Concatenate an appropriate 2 letter prefix to the beginning of each cache name.

1.3Retrieve next number and concatenate it to each cache name.  Each cache name will now be 

unique.

1.4Setup an index for each cache.

1.5Get cache handles for each cache.

1.6Initialize Pay Cycle Cache only if the Pay Cycle Group has a value

1.7Open and load Vertex Table (F07940) into the Vertex Cache.  Close Table

1.8Open the User Defined Codes Table (F0005) and populate the DBA Alias Cache.  Close Table.


2.0End Pre-Payroll Caches

2.1Clear all Cache data structures
2.2Setup an index for each cache

2.3Get cache handles for each cache.

2.4  Terminate handles for each cache.



Data Structure

D0700003 - DS for Create PrePayroll Caches

Parameter NameData ItemData TypeReq/OptI/O/Both
szTimecardCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBACacheNamePID1charOPTNONE

Program ID - 01

szDeductionCacheNamePID2charOPTNONE

Program ID - 02

szVertexCacheNamePID3charOPTNONE

Program ID - 03

szCheckControlNoCacheNamePID4charOPTNONE

Program ID - 04

szPayCycleGroupCYGRcharOPTNONE

A user defined code (system 06, type PG) that indicates a pay cycle group. If you enter a pay cycle group code here, the system 
processes only those timecards whose business unit has that pay cycle group assigned in the business unit constants. The type code explained 
below determines which business unit is used in the selection process. This field and the accompanying Type field override the DREAM Writer 
home business unit selection. Employees must first be selected in the DREAM Writer Data Selection, then timecards for those employees are 
selected based on Pay Cycle Group Code and Type.

szPayCycleCachePID5charOPTNONE

Program ID - 05

szMultipleJobsCachePID6charOPTNONE

Program ID - 06

szGroupLimitsCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBAAliasCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szBasisCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBADetailCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szTranNoDetailCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szUnionLevelCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szChildSupportCachePID2charOPTNONE

Program ID - 02

cVertexTaxFileStatusEV02charOPTNONE

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

cDBAControlFileStatusEV03charOPTNONE

A radio button that specifies the level at which trace/track result is to be displayed.  Select the Detail to display all transactions except IB, IX, 
and IZ types.  Or, select Derivative Lots Only to display only those transactions that may have created new derivative lot. 

szSickVacationCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szCountryCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szCountryCTRcharOPTNONE

A user defined code (00/CN) that identifies a country. The country code has no effect on currency conversion. The Address Book system 
uses the country code for data selection and address formatting.

szUnemploymentRatesCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szTaxDetailCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBAOverrideInstructionsCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szTaxOverrideCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

jdDatePayCheckCKDTJDEDATEOPTNONE

The date associated with the various types of net pay instructions. This date relates to a payroll check, an interim payment, a bank 
automatic-deposit advice slip, a payslip (cash), or a claim reimbursement.

Related Functions

B0000564 Get Internal Next Number

Related Tables

F0005 User Defined Codes
F069036 Payroll Transaction Cross Reference
F069116 Payroll Transaction Constants
F07901 Pre-Payroll DBA Calculation Control Table
F07940 Set Vertex Tax Table
InitializePrePayrollCaches

InitializePrePayrollCaches

Create PrePayroll Caches

Minor Business Rule

Object Name: B0700003

Parent DLL: CPAY

Location: Client/Server

Language: C

Functional Description

Purpose

This function consists of two separate functions.


Initialize Pre Payroll Caches: The purpose of this function is to initialize and define all of the 

caches and their respective handles that are used during the Pre-Payroll Process.


End Pre-Payroll Caches: The purpose of this function is to clear all caches and terminate the handles 

to all of the caches used during the Pre-Payroll process.


Setup Notes and Prerequisites

The Initialize Pre-Payroll Caches is called in the initialize section of the Pre-Payroll Driver UBE 

(R07200).  It will return the unique cache names back so that they can be used throughout the 

Pre-Payroll process.  


The End Pre-Payroll Caches is called in the end section of the Pre-Payroll Driver UBE (R07200).  All 

caches and their handles are terminated and memory is freed. 


Special Logic




Technical Specification


Parameters:


Data Item   Data Structure Description I/O      Required Notes

PID         TimecardCacheName          I/O      Y        This is the unique name for the Timecard 

Cache

PID1        DBACacheName               I/O      Y        This is the unique name for the DBA Cache

PID2        DeductionCacheName         I/O      Y        This is the unique name for the 

DeductionCache

PID3        VertexCacheName            I/O      Y        This is the unique name for the VertexCache

PID4        CheckControlNoCacheName    I/O      Y        This is the unique name for the Chk Control 

No Cache

CYGR        PayCycleGroup         I        Y        This is the PayCycle Group for the current 

payroll.

PID5        PayCycleCache              I/O      Y        This is the unique name for the Pay Cycle 

Cache

PID6        MultipleJobsCache          I/O      Y        This is the unique name for the Multiple 

Jobs Cache.

PID         GroupLimitsCacheName       I/O      Y        This is the unique name for the Group Limits 

Cache.

PID         DBAAliasCacheName          I/O      Y        This is the unique name for the DBA Alias 

Cache.

PID         BasisCacheName             I/O      Y        This is the unique name for the Basis Cache.

PID         DBADetailCacheName         I/O      Y        This is the unique name for the DBA Detail 

Cache.

PID         TranNoDetailCacheName      I/O      Y        This is the unique name for the Transaction 

No Cache.                                                                     PID         

UnionLevelCacheName        I/O      Y        This is the unique name for the Union Level Cache.


Related Tables

 

Table       Table Description

F07940      Set Vertex Tax Table

F069116     Payroll Transactions Constants

F0005       User Defined Codes


Related Business Functions


Source Name   Function Name

None


Processing 

1.0Initialize Pre-Payroll Caches

1.1Clear all Cache data structures
1.2Concatenate an appropriate 2 letter prefix to the beginning of each cache name.

1.3Retrieve next number and concatenate it to each cache name.  Each cache name will now be 

unique.

1.4Setup an index for each cache.

1.5Get cache handles for each cache.

1.6Initialize Pay Cycle Cache only if the Pay Cycle Group has a value

1.7Open and load Vertex Table (F07940) into the Vertex Cache.  Close Table

1.8Open the User Defined Codes Table (F0005) and populate the DBA Alias Cache.  Close Table.


2.0End Pre-Payroll Caches
2.1Clear all Cache data structures
2.2Setup an index for each cache

2.3Get cache handles for each cache.

2.4  Terminate handles for each cache.





Data Structure

D0700003 - DS for Create PrePayroll Caches

Parameter NameData ItemData TypeReq/OptI/O/Both
szTimecardCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBACacheNamePID1charOPTNONE

Program ID - 01

szDeductionCacheNamePID2charOPTNONE

Program ID - 02

szVertexCacheNamePID3charOPTNONE

Program ID - 03

szCheckControlNoCacheNamePID4charOPTNONE

Program ID - 04

szPayCycleGroupCYGRcharOPTNONE

A user defined code (system 06, type PG) that indicates a pay cycle group. If you enter a pay cycle group code here, the system 
processes only those timecards whose business unit has that pay cycle group assigned in the business unit constants. The type code explained 
below determines which business unit is used in the selection process. This field and the accompanying Type field override the DREAM Writer 
home business unit selection. Employees must first be selected in the DREAM Writer Data Selection, then timecards for those employees are 
selected based on Pay Cycle Group Code and Type.

szPayCycleCachePID5charOPTNONE

Program ID - 05

szMultipleJobsCachePID6charOPTNONE

Program ID - 06

szGroupLimitsCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBAAliasCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szBasisCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBADetailCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szTranNoDetailCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szUnionLevelCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szChildSupportCachePID2charOPTNONE

Program ID - 02

cVertexTaxFileStatusEV02charOPTNONE

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

cDBAControlFileStatusEV03charOPTNONE

A radio button that specifies the level at which trace/track result is to be displayed.  Select the Detail to display all transactions except IB, IX, 
and IZ types.  Or, select Derivative Lots Only to display only those transactions that may have created new derivative lot. 

szSickVacationCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szCountryCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szCountryCTRcharOPTNONE

A user defined code (00/CN) that identifies a country. The country code has no effect on currency conversion. The Address Book system 
uses the country code for data selection and address formatting.

szUnemploymentRatesCacheNamePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szTaxDetailCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szDBAOverrideInstructionsCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szTaxOverrideCachePIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

jdDatePayCheckCKDTJDEDATEOPTNONE

The date associated with the various types of net pay instructions. This date relates to a payroll check, an interim payment, a bank 
automatic-deposit advice slip, a payslip (cash), or a claim reimbursement.

Related Functions

B0000564 Get Internal Next Number

Related Tables

F0005 User Defined Codes
F069036 Payroll Transaction Cross Reference
F069116 Payroll Transaction Constants
F07901 Pre-Payroll DBA Calculation Control Table
F07940 Set Vertex Tax Table