LPPENDREQ – No description in the Lawson data dictionary
- System
- Absence Management (LP)
- Prefix
LPQ- Primary key
COMPANY,EMPLOYEE,SEQ-NUMBER- Fields
- 21
- Updated by
- 49 programs
- Referenced by
- 0 programs
LPPENDREQ is a Lawson Absence Management table (prefix LPQ); no description in the lawson data dictionary. It is indexed by COMPANY, EMPLOYEE, SEQ-NUMBER (LPQSET1); alternate indexes: LPQSET2, LPQSET3, LPQSET4, LPQSET5, LPQSET7 and LPQSET8. It is related 1:1 to EMPLOYEE, PRSYSTEM, TASERVCODE, TAEEMASTER and TAPLAN and 1:M to PRPENDTIME and TAEMPSERV. It is updated by BN150, BN66.1, EXI2.1, EXI4.1, HS19.2, LP130, LP197, PR128 and 41 more. The table has 21 fields, 7 indexes and 7 documented relations.
About LPPENDREQ
No description in the Lawson data dictionary.
Fields (21)
Column = COBOL field name without the LPQ- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
LPQ-COMPANY PKCOMPANY | Numeric 4 | HR Company | HS19.2 |
LPQ-EMPLOYEE PKEMPLOYEE | Numeric 9 | Contains the employee number. | HS19.2 |
LPQ-SEQ-NUMBER PKSEQ_NUMBER | Numeric 6 | — | HS19.2 |
LPQ-SERVICE-CODESERVICE_CODE | Alpha 10 | Usage Service Code from Leave Request Rules. Will be used to decrement balances and to payout hours from the hours balance. | HS19.2 |
LPQ-HOURSHOURS | Signed 9.4 | Hours that has been requested by the employee for the Paid Time Off from the ESS Time Off Request Task. | HS19.2 |
LPQ-LEAVE-DATELEAVE_DATE | Numeric 8 (yyyymmdd) | Date of the leave request. | HS19.2 |
LPQ-STATUSSTATUS | Numeric 1 | Contains the Status: 1=Submitted;
| BN150, BN66.1, EXI2.1, EXI4.1, HS19.2, LP130, LP197, PR128 +41 more |
LPQ-ABN-OBJ-IDABN_OBJ_ID | Numeric 12 | This is an object identifier. It is used to relate the originating Leave Request to a pending time record in PRPENDTIME. | HS19.2 |
LPQ-REQ-OBJ-IDREQ_OBJ_ID | Numeric 12 | This is an object identifier. It is used to relate the originating Leave Request to the pending service records in TAEMPSERV. | HS19.2 |
LPQ-DATE-STAMPDATE_STAMP | Numeric 8 (yyyymmdd) | Contains the Server date (month, date, and year) of the last change to this record. | HS19.2 |
LPQ-TIME-STAMPTIME_STAMP | Numeric 6 (hhmmss) | Contains the time (Hour, Minute, and Second) of the last change to this record. | HS19.2 |
LPQ-PROXY-IDPROXY_ID | Alpha 10 (Lower Case) | Contains the user id of the proxy to approve the PTO request. | HS19.2 |
LPQ-EMP-USER-IDEMP_USER_ID | Alpha 10 (Lower Case) | Contains the USER ID of the employee who updated the record by performing a Submit or Cancel action. | HS19.2 |
LPQ-MGR-USER-IDMGR_USER_ID | Alpha 10 (Lower Case) | Contains USER ID of the manager who updated the record by performing an Approval or Rejection action. | HS19.2 |
LPQ-CREATE-DATECREATE_DATE | Numeric 8 (yyyymmdd) | Contains the server date (month, date, and year) the record was created. | HS19.2 |
LPQ-CREATE-TIMECREATE_TIME | Numeric 6 (hhmmss) | Contains the time (Hour, Minute, and Second) of when the record was created. | HS19.2 |
LPQ-CREATE-USER-IDCREATE_USER_ID | Alpha 10 (Lower Case) | Contains the USER ID of the person who created the record. This would be the employee User Id only. | HS19.2 |
LPQ-PLANPLAN | Alpha 10 | — | HS19.2 |
LPQ-EMPLOYEE-GROUPEMPLOYEE_GROUP | Alpha 10 | — | HS19.2 |
LPQ-POSITIONPOSITION | Alpha 12 | — | HS19.2 |
LPQ-MEMOMEMO | Alpha 64 (Lower Case) | — | HS19.2 |
Indexes (7)
Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.
| Index | Keys | Flags | Condition | Used in |
|---|---|---|---|---|
LPQSET1 | COMPANY, EMPLOYEE, SEQ-NUMBER | Primary | HS19.2 | |
LPQSET2 | COMPANY, EMPLOYEE, SEQ-NUMBER* | HS19.2 | ||
LPQSET3 | COMPANY, EMPLOYEE, SEQ-NUMBER | Subset | Where (STATUS = 1 Or STATUS = 2 Or STATUS = 5 Or STATUS = 6) | — |
LPQSET4 | COMPANY, EMPLOYEE, LEAVE-DATE, SEQ-NUMBER | — | ||
LPQSET5 | COMPANY, ABN-OBJ-ID, EMPLOYEE, SEQ-NUMBER | Subset | Where ABN-OBJ-ID != Zeroes | BN150, BN66.1, PR521, EXI2.1, EXI4.1, LP130, LP197, PR128 +22 more (list truncated in source) |
LPQSET7 | COMPANY, EMPLOYEE, SEQ-NUMBER | Subset | Where STATUS = 1 Or STATUS = 2 | — |
LPQSET8 | COMPANY, EMPLOYEE, PLAN, EMPLOYEE-GROUP, POSITION, SEQ-NUMBER | HS19.1, HS19.2 |
Relations
One to one (5) — lookups and parents
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Employee | EMPLOYEE | Required | LPQ-COMPANY → EMP-COMPANY, LPQ-EMPLOYEE → EMP-EMPLOYEE | |
| Prsystem | PRSYSTEM | Required | LPQ-COMPANY → PRS-COMPANY, Spaces → PRS-PROCESS-LEVEL | |
| Service Code | TASERVCODE | Required | LPQ-COMPANY → TSC-COMPANY, LPQ-SERVICE-CODE → TSC-SERVICE-CODE | |
| Taeemaster | TAEEMASTER | Required | LPQ-COMPANY → TEM-COMPANY, LPQ-EMPLOYEE → TEM-EMPLOYEE, LPQ-PLAN → TEM-PLAN, LPQ-EMPLOYEE-GROUP → TEM-EMPLOYEE-GROUP, LPQ-POSITION → TEM-POSITION | |
| Taplan | TAPLAN | Required | LPQ-COMPANY → TAP-COMPANY, LPQ-PLAN → TAP-PLAN |
One to many (2) — child tables
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Prpendtime | PRPENDTIME | Valid When LPQ-ABN-OBJ-ID != Zeroes | LPQ-COMPANY → PPT-COMPANY, LPQ-EMPLOYEE → PPT-EMPLOYEE, → PPT-TIME-SEQ | |
| Taempserv | TAEMPSERV | Valid When LPQ-ABN-OBJ-ID != Zeroes | LPQ-COMPANY → TES-COMPANY, LPQ-EMPLOYEE → TES-EMPLOYEE, → TES-TES-OBJ-ID |
Programs
Updated by (49)
- BN150 Life Insurance Reportable Income
- BN66.1 Estimated Pay Calculation
- EXI2.1 Invoke for PRTRDPD
- EXI4.1 Invoke for PRPRBPD
- HS19.2 Employee Paid Time Off Request
- LP130 Absence Plan Payout
- LP197 Absence Plan Close
- PR128 Offset Time Record Creation
- PR131 Retroactive Pay Calculation
- PR132 FLSA Overtime Calculation
- PR134 Automatic Time Records
- PR135 Time Record Edit
- PR136 Missing Time Records
- PR137 Batch Time Record Update
- PR140 Earnings and Deductions Calculation
- PR189 Gross Up Calculation
- PR195 Accrual Program
- PR197 Payroll Close
- PR29.1 Pension Payment Maintenance
- PR32.1 Employee Daily Time Entry
- PR32.2 Employee Daily Time Entry
- PR33.1 Speed Entry Setup
- PR33.2 Speed Entry by Number
- PR33.3 Speed Entry by Name
- PR35.1 Time Entry
- PR35.2 Detail Time Entry
- PR35.3 Speed Time Entry
- PR35.4 Step and Grade, Grade Range Time Entry
- PR35.5 Attendance Time Entry
- PR35.6 Activity Time Entry
- PR35.8 Position Time Entry
- PR35.9 Reason Code Time Entry
- PR36.1 Time Record Entry
- PR36.4 Manual Time Record Maintenance
- PR37.1 Batch Time Control
- PR45.1 Error Processing
- PR521 Nonstandard Pay and Work Period CSV Load
- PR529 Pension Payroll Conversion
- PR530 Time Record Interface CSV
- PR560 Payroll History Load CSV
- PR582 Mass Adjustment Load
- PR80.1 Manual Check
- PR80.4 Manual Payment
- PR82.1 Adjustment
- PR85.1 Bank Account Reconciliation
- PR89.1 Payment Modeling
- PRAT.1 Alltax connection test
- TA147 Canada Vacation Audit
- UK102 Bonus Pay Update