"Japan, Salary Payment Report E-File(PAYJPSPE)" Prints Incorrect Address for Terminated Assignments
(Doc ID 1932615.1)
Last updated on FEBRUARY 19, 2019
Applies to:
Oracle HRMS (Japanese) - Version 12.1.1 to 12.1 HRMS RUP7 [Release 12.1]Information in this document applies to any platform.
This document provides a brief overview of
Symptoms
Concurrent program "Japan, Salary Payment Report E-File"(PAYJPSPE) prints address with user defined address type rather than with the seeded address type. If employee has multiple addresses with different types, Reporting Residential Address(JP_R) has a priority to be printed, and then Current Address(JP_C).
Steps to Reproduce:
The issue can be reproduced at will with the following steps:
- Create an user-defined address_type = XXTYPE.
- Enter SWOT agent information.
- Enter address for the employee.
e.g.
select address_id, date_from, date_to, address_type,address_line1, address_line2, address_line3
from per_addresses
where primary_flag = 'Y' and person_id = <&PERSON_ID>;
ADDRESS_ID DATE_FROM DATE_TO ADDRESS_TYPE ADDRESS_LINE1 ADDRESS_LINE2 ADDRESS_LINE3
-------------- -------------- ----------- ------------------ ------------------ ----------------- -----------------
11111 01-01-2010 null JP_C Chiyoda 1 1
11112 01-01-2010 null XXTYPE Chiyoda 2 2 - Terminate the employment.
Actual Termination Date: 12-31-2014
Final Process Date: 12-31-2015 - Run the concurrent programs "Payroll(Run)" and "Japan, Create Payroll Data for use in Reporting Form".
- Run the concurrent program "Japan, Salary Payment Report E-File".
- E-file (XML, PDF, CSV) prints the address with the custom address_type = XXTYPE.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |