Hello,
Is it possible to access the requisition/order approval workflows to add into an OTBI analysis, the people that a requisition/order is pending to be approved?
Thanks
Hello Craig W NNL,
Please check the below:
SQL for Current approver of AP Invoice — Cloud Customer Connect
Try this:
SELECT ai.invoice_id, ai.invoice_num, aiah.approver_id, fu.user_name AS approver_user_name, aiah.approval_history_id, aiah.action_date, aiah.history_type, aiah.approver_action FROM ap_invoices_all ai JOIN ap_inv_aprvl_hist_all aiah ON ai.invoice_id = aiah.invoice_id JOIN fnd_user fu ON aiah.approver_id = fu.user_id WHERE aiah.history_type = 'DOCUMENTAPPROVAL' AND aiah.action_date IS NULL ORDER BY ai.invoice_id, aiah.approval_history_id;
Thanks, Riyaz Ali
Riyaz Ali-Oracle much appreciated this will be very helpful.
If my response has answered your question or assisted you with your concern, please click"yes" below to accept the answer or comment with any additional queries. You can also read the Cloud Customer Connect Guidelines for https://community.oracle.com/customerconnect/kb/articles/1-accepted-answer
@Riyaz Ali-Oracle once I get our reports updated and validated I will come back and mark yes. Thanks!
I agree that we need to have requisition approval workflow and PO change order approval workflow in the OTBI subject area in Oracle Fusion Cloud. Business users in most cases do not have access to create BI Publisher queries so the business is not able to be self-sufficient and build their own reporting. The subject area will also need to include the workflow history as workflow is archived in Oracle.
Is there a log that can be checked on our side that might help with the issue. I've submitted an SR, however it is currently being bounced around between different areas. Could not establish connection. oracle.xdo.delivery.ssh2.SSHMessageException: Error in decrypting message Current thought is that this is an issue with…
Hello, I'm trying my hand at creating some KPI's and Dashboard Visualizations for the Recruiting Activity Center (RAC) per the following documentation: Flexible Reporting in Redwood Dashboards Redwood Experience: Recruiting Dashboard When I add a session variable to my OTBI reports, I correctly see a value of 0 in my…
'Facility Name' exists in the Recruiting - Recruiting Real Time multiple times with varying usage. Job Requistion -> Job Requisition - Additional Details -> Facility Name Job Requistion -> Location -> Facility Name Is there any reason why these two Facility Names would not exist in the Recruiting - Real Time Events subject…
We are encountering issues with our OTBI dashboards where there is no option to export to Excel. This seems to be a new issue after the latest update to 26B. I made a change to the report layout (moved one analysis into its own section), and now I cannot export the page. As you can see in my attached photos, the export…
we have a requirement to fetch Worker Historic information like Current Job Title Previous Job Title Previous Department New Department Previous Manager New Manager Previous Location New Location which subject area stores this information in the OTBI?