Payroll and OTL - EBS (MOSC)

MOSC Banner

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!

PAY: Displaying all serial numbers

edited Oct 8, 2012 9:03PM in Payroll and OTL - EBS (MOSC) 2 commentsAnswered
 Hi All,
I am developing a query to display serial Number(Check_Number) based on "Payroll Name" and "Period Name" for a particular employee.
 I am expecting the result for the specified "Payroll Name" and "Period Name" but it is showing all serial numbers.

Pls find the query as below:

select paa.SERIAL_NUMBER
from pay_pre_payments ppp
,pay_assignment_actions paa
,pay_payroll_actions ppa
,per_time_periods ptp
,per_all_assignments_f paaf
where 1=1
and ppp.PRE_PAYMENT_ID = paa.PRE_PAYMENT_ID
and ppa.PAYROLL_ACTION_ID = paa.PAYROLL_ACTION_ID
and ptp.payroll_id = ppa.payroll_id

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center