AccumulateFundAllocationPercenta

Accumulate Fund Allocation Percentages

Minor Business Rule

Object Name: N0800059

Parent DLL: CHRM

Location: Client/Server

Language: NER

Functional Description

Purpose


Calculates the total percentage the employee has allocated for the plan in the 401(k) Election File 

(F08346).  


Setup Notes and Prerequisites


Special Logic




Technical Specification


Select all records from the F08346 with the same Employee Address Number, Plan ID, and Start Date 

that was passed in by the user.  Go through each of the selected records and add the Percentage Deducted 

(PCTD) to the Total.  When finished, pass the Total back to the user.  Error codes are used to notify 

the calling program of any problems.  Error Code 0 = No Errors, 1 = Could not open F08346, 2 = Could 

not fetch any records from F08346.

Data Structure

DN0800059 - Accumulate Fund Allocation Percentages

Parameter NameData ItemData TypeReq/OptI/O/Both
mnAddressNumberAN8MATH_NUMERICREQINPUT

A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
location.

szPlanIdPLANcharREQINPUT

An abbreviation or number that identifies a specific employee benefit. Examples are:   o  Employee Health Insurance   o  Accidental Death 
and Dismemberment   o  Health Club Expense Reimbursement   o  Employee Stock Appreciation Rights  A benefit plan typically is associated 
with a deduction, benefit, or accrual. For example, a medical plan is a benefit that might also require a deduction to withhold premiums from 
an employee's pay.

jdAllocationStartDateEFTJDEDATEREQINPUT

The date that identifies when a date is first valid. The effective date is used generically. It can be a lease effective date, a price or cost 
effective date, a currency effective date, a tax rate effective date, or whatever is appropriate.

mnPercentageDeductedPCTDMATH_NUMERICOPTOUTPUT

The percentage of the total contribution (employee and employer) that the employee has chosen to allot to the various 401(k) investment 
funds. The percentages, if not 0, must be greater than 5% and total 100%.

cErrorCodeERRCcharOPTOUTPUT

This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document 
Set Server program (XT4914).

Related Functions

None

Related Tables

None