|
|
发表于 2011/8/17 09:21:42
|
显示全部楼层
在 Metalink 查詢 APP-PAY-06153 hr_entry_api.delete_element_entry ,找到兩篇資料給你參考
APP-PAY-06153 When Trying To Enter Final Process Date For Terminated Employee [ID 1209323.1] |
| | | Modified 04-MAR-2011 Type PROBLEM Status MODERATED | |
In this Document
[size=-1] Symptoms
Cause
Solution
References
| [size=-1]This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
Applies to: Oracle Human Resources - Version: 11.5.10.2 and later [Release: 11.5.10 and later ]
Information in this document applies to any platform.
SymptomsWhen attempting to enter the 'Final Process' date for a terminated employee, the following error occurs.
ERROR
-----------------------
APP-PAY-06513: System Error: Procedure hr_entry_api.delete_element_entry at Step 2
Cause: The procedure hr_entry_api.delete_element_entry has created an error at Step 2.
Action: Contact your System Administrator quoting the procedure hr_entry_api.delete_element_entry
at Step 2.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Log in to the Applications.
2. Choose an HRMS responsibility, e.g. 'US Super HRMS Manager'.
3. Navigate to 'People-> Enter and Maintain'.
4. Query the terminated employee.
5. Click on 'Others-> End Employment'.
6. Enter a date for the field 'Final Process'.
7. Save the changes.
CauseThe cause of the issue is that there are records in table pay_element_entries_f for the same element
entry that have the same start or end dates.
The following SQL queries can determine if this is the case.
select element_entry_id,effective_start_date,count(*)
from pay_element_entries_f
where assignment_id in <assignment_ids of the terminated employee separated by comma>
group by element_entry_id,effective_start_date
having count(*)>1;
select element_entry_id,effective_end_date,count(*)
from pay_element_entries_f
where assignment_id in <assignment_ids of the terminated employee separated by comma>
group by element_entry_id,effective_end_date
having count(*)>1;
SolutionContact Oracle Support to request for a datafix.
ReferencesBUG:9757779 - APP-PAY-06153 STEP 2 ERROR WHEN ENTERING A FINAL PROCESS DATE FOR AN EX-EMPLOYEE
Related
Products
- Oracle E-Business Suite > Human Capital Management > Human Resources > Oracle Human Resources
Errors
|
Cannot Delete Salary Proposal Record [ID 334975.1] |
| | | Modified 31-JAN-2011 Type PROBLEM Status PUBLISHED | |
In this Document
[size=-1] Symptoms
Cause
Solution
References
Applies to: Oracle Human Resources - Version: 11.5.9 to 11.5.10.2 - Release: 11.5 to 11.5
Information in this document applies to any platform.
***Checked for relevance on 31-Jan-2011***
SymptomsThis employee in question has two assignments and both have related 'Salary Proposal' records.
The problem is we are unable to delete the latest Salary Proposal record relating to the Primary Assignment.
Instead it gives the following message.
APP-PAY-06153 System Error: Procedure hr_entry_api.delete_element_entry Step 2.
Navigation:
Assignment > Salary and try to delete the salary proposal record.
This has been worked before but it does not work for this particular employee.
CauseThere are overlapping element entries for the primary assignment's salary proposal.
The data shows the following element entries for the primary assignment_id.
Effective Effective Asg. Element Element Element Element Creator Entry
Start Date End Date Id Entry ID Link ID Name Type ID Type Type
-----------------------------------------------------------------------------------------------------------------------
14-Feb-2005 10-Sep-2005 82479 45528 61 Regular Wages 155 Element Entry Salary Proposal
14-Feb-2005 31-Dec-4712 82479 100734 65 VERTEX 204 Element Entry Salary Proposal
01-Jul-2005 10-Sep-2005 82479 100734 65 VERTEX 204 Element Entry Salary Proposal
11-Sep-2005 31-Dec-4712 82479 45528 61 Regular Wages 155 Element Entry Salary Proposal
Solution
The Vertex element entries are causing the overlapping salary proposal issue. The script that is usually run to correct Vertex tax element entries can also be run to correct Vertex salary proposal element entries. The script is deltax.sql, and it will delete all Vertex entries. Once this is run, a correction to the employee's location will rebuild the tax records.
Deltax.sql can be obtained by contacting Oracle Support.
References
Related
Products
- Oracle E-Business Suite > Human Capital Management > Human Resources > Oracle Human Resources
Keywords
| ELEMENT ENTRY; VERTEX; PRIMARY ASSIGNMENT | Errors
|
|
|