Tuesday, June 10, 2025
  • Contact
  • Guest Post
  • Privacy Policy
  • Ask Question
  • Fun at work
  • Feedback
  • Blog
  • Login
iavinash
  • Functional Articles
    • Oracle Cloud Absence Management
    • Oracle Compensation Management (CWB)
    • Oracle Cloud Global HR
    • Oracle Learning Cloud
    • Oracle Cloud Talent Management
      • Oracle Cloud Profile Management
      • Oracle Cloud Performance Management
      • Oracle Cloud Goal Management
      • Succession Management and Talent Pool
      • Oracle Cloud Talent Review
      • Oracle Cloud Touchpoints
      • All Talent Management Articles
    • Oracle Time and Labor (OTL)
    • Oracle Recruiting Cloud (ORC)
    • Oracle Cloud HCM
    • Oracle Cloud HCM Common Issues
    • Oracle Cloud HCM Interview Questions
    • Oracle Cloud Approval Workflow
  • Technical Articles
    • Oracle Cloud Fast Formula
    • Oracle Reports and Alerts
    • Oracle Cloud Reusable Queries
  • All Articles
  • Ask Question
  • Subscribe
No Result
View All Result
  • Functional Articles
    • Oracle Cloud Absence Management
    • Oracle Compensation Management (CWB)
    • Oracle Cloud Global HR
    • Oracle Learning Cloud
    • Oracle Cloud Talent Management
      • Oracle Cloud Profile Management
      • Oracle Cloud Performance Management
      • Oracle Cloud Goal Management
      • Succession Management and Talent Pool
      • Oracle Cloud Talent Review
      • Oracle Cloud Touchpoints
      • All Talent Management Articles
    • Oracle Time and Labor (OTL)
    • Oracle Recruiting Cloud (ORC)
    • Oracle Cloud HCM
    • Oracle Cloud HCM Common Issues
    • Oracle Cloud HCM Interview Questions
    • Oracle Cloud Approval Workflow
  • Technical Articles
    • Oracle Cloud Fast Formula
    • Oracle Reports and Alerts
    • Oracle Cloud Reusable Queries
  • All Articles
  • Ask Question
  • Subscribe
No Result
View All Result
iavinash
No Result
View All Result

Oracle Payroll Actions : Query to identify all payroll actions

Avinash by Avinash
in Oracle Cloud Reusable Queries
Reading Time: 2 mins read
A A
Oracle Payroll Actions
16.4k
VIEWS
Share on LinkedinShare Over Email

Oracle Payroll Actions

Following query can be used to retrieve all payroll actions against any assignment. Do not forget to Change the assignment number. “pay_payroll_actions” table holds the value but only the code. Decode function needs to be used to get the meaning.

 Code  Meaning Code Meaning Code Meaning Code Meaning
 R  Payroll Run  B  Balance Adj  I  Balance Init  T  Trasfer to GL
 Q  Quickpay  E  Manual Pay  N  Non Tracked  P  Prepay
 C  Costing  F  Advance Pay  M  BACs  O  Retropay
 D  Void  G  Action Retropay  X  End of YEAR  U  Q Prepay
 A  Cash  H  Cheque  V  Reversal  Z  Purge

SQL query to retrieve oracle payroll actions for any assignments

SELECT paf.person_id, ppa.effective_date, ppa.action_type,
ppa.action_status,
DECODE (ppa.action_type,
‘R’, ‘Payroll Run’,
‘Q’, ‘Quickpay’,
‘C’, ‘Costing’,
‘D’, ‘Void’,
‘A’, ‘Cash’,
‘B’, ‘Balance Adj’,
‘E’, ‘Manual Pay’,
‘F’, ‘Advance Pay’,
‘G’, ‘Action Retropay’,
‘H’, ‘Cheque’,
‘I’, ‘Balance Init’,
‘N’, ‘Non Tracked’,
‘M’, ‘BACs’,
‘X’, ‘End of YEAR’,
‘V’, ‘Reversal’,
‘T’, ‘Trasfer to GL’,
‘P’, ‘Prepay’,
‘O’, ‘Retropay’,
‘U’, ‘Q Prepay’,
‘Z’, ‘Purge’
) TYPE,
DECODE (ppa.action_status,
‘C’, ‘Complete’,
‘E’, ‘Error’,
‘I’, ‘Incomplete’,
‘M’, ‘Retry’,
‘P’, ‘Processing’,
‘U’, ‘Unprocessed’
) status,
ppa.payroll_action_id, ppa.action_type, ppa.business_group_id,
ppa.payroll_id, ppa.org_payment_method_id, ppa.payment_type_id,
ppa.action_status, ppa.request_id, ppa.start_date, ppa.date_earned,
ppa.display_run_number, ppa.pay_advice_date, ppa.run_type_id,
ppa.end_date, ppa.future_process_mode
FROM apps.pay_payroll_actions ppa,
apps.pay_assignment_actions paa,
apps.per_assignments_f paf
[su_highlight background=”#cd2122″]WHERE paf.assignment_id = 14142–‘&assignment_id'[/su_highlight] AND paf.assignment_id = paa.assignment_id
AND paa.payroll_action_id = ppa.payroll_action_id
ORDER BY ppa.effective_date

RelatedPosts

Oracle Fusion Cloud Reusable Queries

Oracle Fusion (Cloud) Reusable SQL Queries

21.5k
OTL timecardtimesheet query to fetch submittedapproved hours

OTL timecard/timesheet query to fetch submitted/approved hours

16.5k
Tags: OraclePayrollQuery
ShareSendSendScan

Don't Stop, Continue to Gain Knowledge

Oracle Fusion Cloud Reusable Queries
Oracle Cloud Reusable Queries

Oracle Fusion (Cloud) Reusable SQL Queries

by Avinash
21.5k
OTL timecardtimesheet query to fetch submittedapproved hours
Oracle Cloud Reusable Queries

OTL timecard/timesheet query to fetch submitted/approved hours

by Avinash
16.5k
Next Post
Alexa Ranking

Improve your Alexa Ranking of website with these 5 easy steps

The Training Partner You Can Trust!!

Oracle Fusion HCM Training

Trending Posts

  • All
  • Oracle Cloud HCM Functional
List of Scheduled Processes in Oracle Recruiting Cloud

List of Scheduled Processes in Oracle Recruiting Cloud

258
Configure and Manage Recruiting Agencies

Learn to Configure and Manage Recruiting Agencies in Oracle Recruiting Cloud

174
Learn to Request Additional Information or Documents from Candidates

Learn to Request Additional Information or Documents from Candidates

120
Guide to Configuring Enterprise Recruiting and Candidate Experience Information

Guide to Configuring Enterprise Recruiting and Candidate Experience Information

98

Access Premium Contents

Enhance your learning with our premium articles. Subscribe now to access exclusive content and stay ahead in your career!

Categories

Global Search

No Result
View All Result

© 2024 iavinash.com : Learn Oracle Fusion Cloud HCM Online.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Functional Articles
    • Oracle Cloud Absence Management
    • Oracle Compensation Management (CWB)
    • Oracle Cloud Global HR
    • Oracle Learning Cloud
    • Oracle Cloud Talent Management
      • Oracle Cloud Profile Management
      • Oracle Cloud Performance Management
      • Oracle Cloud Goal Management
      • Succession Management and Talent Pool
      • Oracle Cloud Talent Review
      • Oracle Cloud Touchpoints
      • All Talent Management Articles
    • Oracle Time and Labor (OTL)
    • Oracle Recruiting Cloud (ORC)
    • Oracle Cloud HCM
    • Oracle Cloud HCM Common Issues
    • Oracle Cloud HCM Interview Questions
    • Oracle Cloud Approval Workflow
  • Technical Articles
    • Oracle Cloud Fast Formula
    • Oracle Reports and Alerts
    • Oracle Cloud Reusable Queries
  • All Articles
  • Ask Question
  • Subscribe

© 2024 iavinash.com : Learn Oracle Fusion Cloud HCM Online.

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.
Are you sure want to unlock this post?
Unlock left : 0
Are you sure want to cancel subscription?