Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
mnJobnumberAKey1 | JOBS | MATH_NUMERIC | REQ | INPUT |
The job number (work station ID) which executed the particular job. |
idCacheCursor | GENLNG | ID | REQ | BOTH |
General purpose ID variable. |
mnNumberKeys | NKEYS | MATH_NUMERIC | REQ | INPUT |
The number of keys in an index that will be used to retrieve, delete, or update a record. |
szCacheActionCode | CACTN | char | REQ | INPUT |
A code that indicates the activity you want to perform. Valid codes:
o Get - Retrieve the cache element
o Add - Add a cache element
o
Update - Update a cache element
o Delete - Delete a cache element
o Delete All - Delete all cache elements
o Get Next - Retrieve the
next cache element
o Add/Update - Add a cache element if it does not exist; Update a cache element if it does exist
o Terminate -
Terminate Cache |
cSuppressErrorMessage | SUPPS | char | OPT | INPUT |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
runtime error message handling.
1 = suppress runtime error message handling. |
szErrorMessageID | DTAI | char | OPT | OUTPUT |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.
|
szCacheName | PID | char | REQ | INPUT |
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.
|
mnIndexId | NKEYS | MATH_NUMERIC | OPT | INPUT |
The number of keys in an index that will be used to retrieve, delete, or update a record. |
szBenefitGroupCode | DIVC | char | OPT | NONE |
The benefit group to which the employee is assigned. Benefit groups facilitate employee enrollment by categorizing benefit plans and
allowing enrollment rules for those categories. For example, assigning an employee to an executive (EXEC) benefit group automatically links the
employee to the benefits available to executives in your organization. |
szBenefitGroupCategory | SBGR | char | OPT | NONE |
The category of a benefit group. The category is used to group benefit plans according to the type and/or rule. For
example:
MEDICAL
Required Medical Selections
DENTAL
Optional Dental Selections
LIFE
Required Life Ins Selections
Valid categories are set up in the Generic
Rate and Message table (F00191) for system 08/type SG. Associated text for categories is stored in the General Message Detail table
(F00192). For more information, see program P00191. |
szPlanId | PLAN | char | OPT | NONE |
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.
|
szPlanAdditionalOption | AOPT | char | OPT | NONE |
A code that identifies any additional options available for a benefit plan that have been defined in the Plan Additional Options table
(F083202).
Note: Additional options must have the same provider, policy number, and enrollment and eligibility rules as the benefit plan to which they
are associated.
|
cMandatoryParticipation | MANP | char | OPT | NONE |
A code that tells indicates whether the plan is required for all employees. Valid codes are:
Y
Yes, all employees must participate in this plan.
You should not use this code unless all employees are required to participate in the plan.
N
No, all employees are not required to
participate in this plan. It is optional. |
cDefaultPlan | XDFP | char | OPT | NONE |
A code that specifies if the plan is a default plan in the category. An employee is automatically enrolled in this plan if no other plans within
the category are selected. Valid codes are:
Y
Yes, this is a default plan.
N
No, this is not a default plan. |