Hi @User_MHPVE,
XCC_BALANCES Stores budget balances including consumption and available funds. XCC_BUDGET_DIST_ACCTS Contains distribution account details for budget entries. XCC_CONTROL_BUDGETS Holds control budget definitions. XCC_BUDGET_TRANSACTIONS Captures individual budgetary control transactions.
SELECT bt.TRANSACTION_NUMBER, bt.TRANSACTION_DATE, bt.TRANSACTION_AMOUNT, bt.TRANSACTION_CURRENCY, bt.FUNDS_ACTION, bt.LINE_STATUS, bt.LINE_RESULT, bt.CONTROL_BUDGET, bt.BUDGET_ACCOUNT, bt.RESERVED_BUDGET_AMOUNT, bt.TOTAL_CONSUMPTION_BALANCE, bt.FUNDS_AVAILABLE_BALANCE FROM XCC_BUDGET_TRANSACTIONS bt WHERE bt.TRANSACTION_DATE >= TRUNC(SYSDATE) - 30 ORDER BY bt.TRANSACTION_DATE DESC;
Check this for more details:
Using Financials for the Public Sector
REST API for Oracle Fusion Cloud Financials - Get a budget entry transaction budgetary control result
Thanks, Riyaz Ali
Hi @
Riyaz Ali-Oracle
XCC_BUDGET_TRANSACTIONS not exists in fusion, is there any other table available to get po details
Have you looked at following tables
Budget transactions header → XLA_AE_HEADERS
Budget transactions lines → XLA_AE_LINES
Control budgets → XLA_CONTROL_BUDGETS
Hope it helps!
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?