How to know who updated a folder in BI


Today somebody asked me how to find who updated my reports folder. I do not see it in the UI. All it says is it was last updated yesterday. So, to help find this out, I used following query :


SELECT  report_folder, report_path, report_type_code, creation_date, created_by, last_update_date, last_updated_by 

 FROM GL_FRC_REPORTS_B 

WHERE report_folder like '%401k%%'

Comments

  1. Hi, can you show a way to know who updated a specific record using HDL, as last_updated_by for that table populates 'FUSION_APPS_HCM_ESS_LOADER_APPID'
    Is there a way to know who updated a record using HDL ?
    Thanks

    ReplyDelete
  2. Nice information, Triotech Software offering Oracle Fusion HCM Online Training
    on Cloud applications help organizations manage human resource

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Upload/Download files to/from Oracle WebCenter Content Server (UCM)

User Account in Oracle Fusion HCM

SQL to get Payroll Balances in Oracle Fusion HCM