Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Table to retrieve records of Work definitions from Audit reports in Oracle Cloud Fusion ERP 24D

Accepted answer
70
Views
6
Comments

Hi Team,

I am seeking a database table or an SQL query that can retrieve detailed 'Audit Report' information specifically related to Work Definitions. This includes tracking any changes, updates, or modifications made to the Work Definitions and the corresponding timestamps and user details.

I am including a screenshot of the user interface (UI) from which I need to extract specific data for further processing. Your assistance in this matter would be immensely valued and deeply appreciated. Thank you in advance for your support.

Thanks,
Shashavali

Work Definition Audit UI.png

Best Answers

  • gclampitt
    gclampitt Rank 6 - Analytics Lead
    Answer ✓

    Hi Audit tables have an underscore suffix.
    Eg if turned audit on for Salary changes, then the salary table is CMP_SALARY therefore the audit changes are in CMP_SALARY_

  • Shashavali
    Shashavali Rank 2 - Community Beginner
    Answer ✓

    Hi MandeepGupta,

    I sincerely appreciate your prompt response to my query. To provide more context, the user interface I referred to retrieves data from multiple tables, such as WIS_WD_VERSIONS_, WIS_WD_OPERATIONS_B_, WIS_WD_OPERATIONS_TL_, WIS_WORK_DEFINITIONS_, and several others. My current requirement is to combine the data fetched from these tables into a unified dataset.

    I want to take a moment to thank each one of you for your guidance and support. Your assistance has been a significant help, and I genuinely appreciate the effort and time you have given.

    Thanks,
    Shashavali

Answers