Thursday, May 8, 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

Query to get SARS code for IRP5 and IT3A files

Avinash by Avinash
in Oracle Cloud Reusable Queries
Reading Time: 2 mins read
A A
SARS code for IRP5 and IT3A
1.2k
VIEWS
Share on LinkedinShare Over Email

SARS code for IRP5 and IT3ALike in India we submit Form16 at the end of every financial year we submit either Form IRP5 or IT3A in South Africa. Post  Oracle Tax Year End processing for SARS (South African Revenue Service) can give you more information about processing IRP5 and IT3A files for south Africa legislation.

Some time when you are creating any new element you may need to link the element with a specific sars code. Sometime you would also like to know what is the SARS code associated with an element. Following query will give you the SARS code linked with any element. In the query just pass the element you would like to check

SARS code for IRP5 and IT3A

SELECT element_name "Element Name",
pbt.balance_name "Balance Name",
irp5.CODE "SARS Code"
FROM apps.pay_balance_types pbt,
apps.pay_element_types_f petf,
apps.pay_input_values_f pivf,
apps.pay_balance_feeds_f pbff,
apps.pay_za_irp5_bal_codes irp5
WHERE petf.element_name = 'iavinash – oracle hcm and wordpress hub' /* Give your element name here*/ 
AND pbt.balance_type_id = pbff.balance_type_id
AND petf.element_type_id = pivf.element_type_id
AND pbff.input_value_id = pivf.input_value_id
AND SYSDATE BETWEEN petf.effective_start_date AND petf.effective_end_date
AND SYSDATE BETWEEN pivf.effective_start_date AND pivf.effective_end_date
AND SYSDATE BETWEEN pbff.effective_start_date AND pbff.effective_end_date
AND pbt.LEGISLATION_CODE = 'ZA'
AND pbt.BALANCE_TYPE_ID = irp5.BALANCE_TYPE_ID
AND petf.EFFECTIVE_END_DATE > sysdate
AND pbff.EFFECTIVE_END_DATE > sysdate
ORDER BY petf.element_name, pbt.balance_name

In the above query to get SARS code for IRP5 and IT3A files you can see that SARS code is actually linked to Balance and not element. An element may be feeding to more than one balance so apparently an element may also be linked with more than one SARS code.

Subscribe Now to Unlock Premium Content!

Choose a plan that fits your needs and stay ahead in your career with our expertly curated premium content.

RelatedPosts

Oracle Fusion Cloud Reusable Queries

Oracle Fusion (Cloud) Reusable SQL Queries

21.3k
OTL timecardtimesheet query to fetch submittedapproved hours

OTL timecard/timesheet query to fetch submitted/approved hours

16.3k
Login if you have purchased

Subscribe

Gain access to all our Premium contents.
More than 100+ articles.
Subscribe Now

Buy Article

Unlock this article and gain permanent access to read it.
Unlock Now
Tags: IRP5IT3APayrollQueryTechnicalZA
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.3k
OTL timecardtimesheet query to fetch submittedapproved hours
Oracle Cloud Reusable Queries

OTL timecard/timesheet query to fetch submitted/approved hours

by Avinash
16.3k
Next Post
Workforce Modeling

Workforce Modeling in Fusion HCM

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

214
Configure and Manage Recruiting Agencies

Learn to Configure and Manage Recruiting Agencies in Oracle Recruiting Cloud

149
Learn to Request Additional Information or Documents from Candidates

Learn to Request Additional Information or Documents from Candidates

96
Guide to Configuring Enterprise Recruiting and Candidate Experience Information

Guide to Configuring Enterprise Recruiting and Candidate Experience Information

87

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?