In BI Publisher, some seeded reports use packages in triggers (like before report). Where can we see or get the PL/SQL package body for it?
For example, from the report DM: As of Date Inventory Valuation Report Data Model, located in /shared/Supply Chain Management/Cost Management/Cost Accounting/Data Models
It references cst_rpt_as_of_date_inv_val.before_report in the trigger. We want to read the PL/SQL to figure out the logic of the report but can't find the package body. (note, we know we can't customize it but we want to see it).
SELECT * FROM all_source only returns package spec, not the body.