Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Data Fix for Below Issue
We are experiencing this issue in the note below and are in the midst of payroll so cannot wait for SR workflow. In a pinch for getting payroll done so I am searching for a data fix that maybe someone else was given by Oracle to resolve.
BEE Batch Shows Incorrect Status. Batch Header and Batch Lines have Status Mismatch (Doc ID 459743.1)
select batch_id,Batch_status
from PAY_BATCH_HEADERS
where BATCH_NAME = 'PP2104_2_C_30041736' ;
Batch ID Status
30041736 P
select batch_line_status, count(*)
from pay_batch_lines
where batch_id = 30041736
Group by batch_line_status;
U 22975
select payroll_action_id,action_type,action_status,effective_date