Functional Description
Purpose
Update Employee Master - this function is used to update the F060116 table.
Setup Notes and Prerequisites
Special Logic
Technical Specification
***********************************************************************
Retrieve values from the form P0801EMP, then update the F060116 table.
***********************************************************************
szChangeReason = BF ChangeReason (TRS)
jdDatePayStops = BF DatePayStops (PTDT)
jdDateTerminated = BF DateTerminated (DT)
cEmployeeBenefitStatus = BF EmployeeBenefitStatus (BENS)
cPayStatus = BF PayStatus (PAST)
F060116.Update
BC AddressNumber = BF AddressNumber
BC ChangeReason = szChangeReason
BC DatePayStops = jdDatePayStops
BC DateTerminated = jdDateTerminated
BC EmployeeBenefitStatus = cEmployeeBenefitStatus
BC PayStatus = cPayStatus
^
DN0500022 - Update Employee Master
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | BOTH |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
szChangeReason | TRS | char | OPT | INPUT |
A code that indicates the reason for one of the following:
o Changing an active employee's record
o Terminating an employee
o
| ||||
jdDatePayStops | PTDT | JDEDATE | OPT | INPUT |
The date when an employee should no longer be included in a payroll cycle or the date when an employee stops participating in the
| ||||
jdDateTerminated | DT | JDEDATE | OPT | INPUT |
The date that the employee was terminated, if applicable. | ||||
cEmployeeBenefitStatus | BENS | char | OPT | INPUT |
A user defined code (06/EA) that specifies an employee status, such as new hire or rehire. The system uses this value as it searches and
| ||||
cEmployeePayStatus | PAST | char | OPT | INPUT |
The code used to indicate whether an employee's pay status is active or inactive. Codes for active pay status employees are numeric,
| ||||
jdDateEffective | DATE01 | JDEDATE | OPT | INPUT |
Event point for JDE Date. | ||||
cMovetoApplicantPool | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szPOApplicantStatus | APS | char | OPT | NONE |
A code that defines a step in the hiring process that the applicant has completed, such as initial contact, first interview, and so on. This is a
| ||||
szPOCandidateRequisitionStat | CRST | char | OPT | NONE |
The current activity level of a candidate record that is attached to a requisition. The system retrieves these codes from user defined code
| ||||
szPOOrganizationTypeStructur | OSTP | char | OPT | NONE |
A user defined code (01/TS) that identifies a type of organizational structure that has its own hierarchy in the Address Book system (for
|
None |
None |