Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
HFM Review Levels in Database

Hallo everyone
where in the DB (which table(s)) are the review/Submission levels stores (i need to know on what evel is an entity for Year,Period, Scenario)
Thank you in advance
Answers
-
It's generally not recommended to go through the database level to get this type of information.
The current status is in the <Appname>_PFLOW_<SCENKEY>_<YEAR>, e.g. COMMA_PFLOW_1_2021. The process flow history is stored in the PFLOWH equivalent table.
Entities will all be referenced by their ID number, not their membername. You'll also need to convert the Submission Phase from a number to the more familiar text version.
So it's all there, but it's not really user friendly.
-
Prior to 11.1.2.4 it was in just one table called <AppName> PFLOW and it could grow quite large.