Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 44 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 278 Oracle Analytics and AI News
- 56 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Need help in including the FLOW_ID in my BI Publisher report
In my BI Publisher data model I’m using a custom SQL query that returns payroll balances driven from the standard payroll action tables: PAY_PAYROLL_ACTIONS, PAY_PAYROLL_REL_ACTIONS, and PAY_PAY_RELATIONSHIPS_DN (filtered by payroll action type). This part of the query is working as expected.
Now I need to bring in the flow information so that each row also shows the corresponding payroll flow. I’m looking at the PAY_FLOWS_VL view, which exposes FLOW_ID as the primary key for the payroll flow definition. However, I don’t see a straightforward way to join FLOW_ID from PAY_FLOWS_VL to my existing set of tables (PAY_PAYROLL_ACTIONS, PAY_PAYROLL_REL_ACTIONS, PAY_PAY_RELATIONSHIPS_DN) that are driving the balances.
Has anyone implemented a reliable join between PAY_FLOWS_VL (or the underlying PAY_FLOWS table) and the payroll action tables used for balances? Specifically:
Is there a standard column or relationship that links FLOW_ID to PAYROLL_ACTION_ID or any of the payroll action tables used for balance reporting?
If not, is the recommended approach to start from the flow / flow instance objects (for example, PAY_FLOW_INSTANCES or related views such as PAY_FLOW_SEARCH_VL) and then navigate to the payroll actions initiated by that flow, instead of trying to join PAY_FLOWS_VL directly to the balances query?
Any guidance, data model references, or sample joins that show how to correctly relate flows to payroll actions in a BI Publisher balances report would be greatly appreciated.
Answers
-
Hi @User_GMASG ,
Welcome to the Oracle Analytics and AI community.
Your question seem to be about data from a Fusion application (HCM?).
You should ask that kind of data question in the forum that cover Fusion applications:
It's a parallel, and independent, forum that has many categories, including some about "reporting" and "analysis" of Fusion application data.
This place covers Publisher as a technical product, which comes without any data.
0
