I am pleased to announce that I have worked through most of the Payroll issues that I encountered in my first pass of testing. The fact that the data was scrambled had no impact on my testing afterall. What happened early on is that some of my testing failed with the following error message:
APP-FND-00314: Invalid printer ( noprint ) and print style ( USLWPORTRAIT) combination.
The failure of these tests impacts the rest of testing as they are sequential. I found the following solution in Metalink:
Solution
To implement the solution, please execute below steps:
1. Copy the INLOC_P.prt from $JA_TOP/IN60105D2 directory to $FND_TOP/reports directory.
2. Navigate to "Install -> Printer -> Register" under system administrator responsibility and query for all printers installed at your site.
3. For each printer installed, check the type and click on "Printer Types"button and query for all printer types.
4. Add a new record under printer drivers with "INLOC_BACS" as style and "INLOC_AT_EFT" as driver name and save the record.
5.Bounce the Concurrent Manager after this step for the changes to take effect.
However, for testing purposes (I did not need to print) I did the following:


You may find that you will need to follow these steps a few times in the process of testing. I am now able to run the tests and continue with the next steps.
***************************
I have one outstanding issue for Payroll remaining. It is when I run the GRE Total Reports program. I am getting the following error:
MSG-00001: tmp002:
REP-1401: 'cf_1formula': Fatal PL/SQL error occurred.
ORA-01422: exact fetch returns more than requested number of rows
REP-0069: Internal error
REP-57054: In-process job terminated:Terminated with error:
REP-1401: MSG-00001: tmp002:
REP-1401: 'cf_1formula': Fatal PL/SQL error occurred.
ORA-01422: exact fetch returns more than requested number of rows
I found the following information on Metalink:
| Subject: | Error Running GRE Totals Report REP-1401 and ORA-1422 | |||
| Doc ID: | 152461.1 | Type: | PROBLEM | |
| Modified Date: | 23-MAY-2009 | Status: | PUBLISHED | |
- fact: Oracle Payroll 11.5.3
- fact: PAYUSTOT - GRE Totals Report
- symptom: GRE Totals Report fails
- symptom: ERR REP-1401: 'cf_1formula': Fatal PL/SQL error occurred
- symptom: ORA-01422 : Exact fetch returns more than the requested number of rows
- symptom: GRE Totals report completes successfully for other GREs
- change: NOTE ROLE: Troubleshooting Step: Here is the formula function for CF_1Formula: function CF_1Formula return VARCHAR2 is begin declare l_sui_ein varchar2(20); begin select sein.org_information3 into l_sui_ein from hr_organization_information sein where sein.organization_id = :gre_id and sein.org_information1 = :state and sein.org_information_context = 'State Tax Rules'; A simple select, the ORA-1422 indicates the system found two rows that met this criteria.
- cause: A duplicate state tax rule was entered in the GRE State Tax Rules set up.
I followed the instructions and found the duplicate state tax rule. I removed one and reran the program with success. This closes out all my payroll issues. None of the issues I encountered seem to be a result of the upgrade.



