This page (revision-4) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 26-Nov-2021 10:22 2 KB JMyers to previous
3 26-Nov-2021 10:22 2 KB JMyers to previous | to last
2 26-Nov-2021 10:22 1 KB JMyers to previous | to last
1 26-Nov-2021 10:22 972 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 3 lines
!!!Alias: IVXPE
(INF_CV_PNEVALUATIONS)
\\
[{TableOfContents }]
!!!PENSION EVALUATION INTERFACE FILE
At line 5 changed one line
Pension Evaluations
The Pension Evaluation Interface File screen is used to import pension evaluations into the software data structures.
At line 7 changed 19 lines
!!Table Columns
\\
||Column name||Data Type / Size||Mand.||Notes
|[ID]|Number(10)| |Used internally to define a unique identification for the record. This field would not be loaded.
|[PENSION_PLAN_CODE]|Varchar2(16)|Y|
|[PENSION_OPTION_CODE]|Varchar2(16)|Y|
|[ENTITY_CODE]|Varchar2(16)|Y|
|[PENSION_ACCOUNT_CODE]|Varchar2(16)|Y|
|[PERSON_CODE]|Varchar2(16)|Y|
|[EVALUATION_DATE]|Date()|Y|
|[EVALUATION_CATEGORY]|Varchar2(30)|Y|
|[EVALUATION_STATUS]|Varchar2(30)|Y|
|[PROPOSED_RETIREMENT_DATE]|Date()| |
|[PROPOSED_TERMINATION_DATE]|Date()| |
|[OFFICIAL]|Varchar2(4)| |
|[VALUE]|Varchar2(2000)| |
|[PN_CODE]|Varchar2(16)| |
|[OVERRIDE_VALUE]|Varchar2(2000)| |
|[AUDIT_TEXT]|Varchar2(4000)| |
Pension Evaluation Interface File data is maintained on the [INF_CV_PNEVALUATIONS] table.
At line 8 added 16 lines
;[ID|ID]:This field identifies the pension evaluation record within the data base.
;[Pension Plan|PENSION_PLAN_CODE]:
;[PN Option|PENSION_OPTION_CODE]:
;[Entity|ENTITY_CODE]:
;[PN Account|PENSION_ACCOUNT_CODE]:
;[Person Code|PERSON_CODE]:
;[Evaluated On|EVALUATION_DATE]:
;[Category|EVALUATION_CATEGORY]:
;[Evaluation Status|EVALUATION_STATUS]:
;[Date of Proposed Retirement|PROPOSED_RETIREMENT_DATE]:
;[Date of Proposed Term|PROPOSED_TERMINATION_DATE]:
;[Official|OFFICIAL]:
;[Value|VALUE]:
;[PN Component|PN_CODE]:
;[O/R Value|OVERRIDE_VALUE]:
;[Audit Info|AUDIT_TEXT]:
At line 25 added one line