This page (revision-2) 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
2 26-Nov-2021 10:22 1 KB JMyers to previous
1 26-Nov-2021 10:22 1 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!!Alias: [IVPPA]
(INF_CV_PAYPCAMOUNTS)
[{TableOfContents }]
!!!PAY PC AMOUNTS INTERFACE FILE
At line 4 changed 12 lines
The INF_CV_PAYPCAMOUNTS table is used to import historical employee payroll information at a detailed pay component level into the software data structures.
!!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.
|[ENTITY_CODE]|Varchar2(16)|Y|Used for validation of the employment record. Validation: The Entity Code provided must be defined on [P2K_CM_ENTITIES]
|[PERSON_CODE]|Varchar2(16)|Y|Used for validation of the employment record. Validation: Must be a valid [PERSON_CODE] already defined on the [P2K_HR_IDENTITIES] table.
|[EMPLOYMENT_TYPE]|Varchar2(30)| |Used for validation. Validation: The employee must have an active employment record for this employment type. Must be one of the [X_EMPLOYMENT_TYPE] fixed lexicon values. Derivation: If you do not provide an employment type value, the conversion application will look for any [P2K_HR_EMPLOYMENTS] record that matches the other criteria. Suggestion: If you are loading employees, you can set this field to a fixed value of ‘01’.
|[HIRE_DATE]|Date()| |Used for validation of the employment record. Derivation: If you do not provide a hire date, the conversion application will look for any [P2K_HR_EMPLOYMENTS] record that matches the other criteria. Validation: Must be a valid date.
|[PAY_NUMBER]|Number(5)|Y|
|[PC_CODE]|Number(4)|Y|Validation: Must be a valid pay component already defined on [P2K_PR_PAY_COMPONENTS].
|[AMOUNT]|Number(18)|Y|
The Pay PC Amounts Interface File screen is used to import historical employee payroll information at a detailed pay component level into the software data structures.
At line 6 added one line
Pay PC Amounts Interface File data is maintained on the [INF_CV_PAYPCAMOUNTS] table.
At line 18 changed one line
[{If var='loginstatus' contains 'authenticated'
;[ID|ID]:This field uniquely identifies the pay PC amount record within the data base.
;[Entity|ENTITY_CODE]:The entity associated with the pay PC amount is identified in this field.
;[Person Code|PERSON_CODE]:The individual associated with the pay PC amount is identified in this field.
;[Employment Type|EMPLOYMENT_TYPE]:The employment associated with the pay PC amount is identified in this field.
;[Date of Hire|HIRE_DATE]:The individual's hire date is identified in this field.
;[Pay #|PAY_NUMBER]:The pay number for the pay PC amount is identified in this field.
;[PC Code|PC_CODE]:The PC code is identified in this field.
;[Amount $|AMOUNT]:The PC amount is identified in this field.
At line 20 removed 3 lines
----
![Discussion|Edit:Internal.IVPPA]
[{InsertPage page='Internal.IVPPA' default='Click to create a new discussion page'}]
At line 24 changed one line
}]
----
![Notes|Edit:Internal.IVPPA]
[{InsertPage page='Internal.IVPPA' default='Click to create a new notes page'}]