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!

Cheque number from SOE Report

edited Mar 26, 2021 9:22PM in Payroll and OTL - EBS (MOSC) 5 comments

I am trying to derive Cheque number from SOE Report (Assignment -->Other SOE Report ) for a Canada employee.

SOE report  results shows a cheque number #40684,assignment_action_id = 4230309645

 


I used the following query

select assignment_action_id, serial_number from pay_assignment_actions

        where assignment_action_id = 4230309645;

 

But serial_number is NULL.

I looked for various notes and as per that serial_number should store the cheque number.

 

From diagnostics-->Examine also serial number is NULL.

 

When I try to back track by

select *from PAY_ASSIGNMENT_ACTIONS where serial_number=’40684';

I get a different assignment_action_id #4230310898.

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