Hi Team,
Need a table which stores the information of Cost Accounting Distributions.
Required columns: Run control, preprocessor, Cost prcocessor, Status, Cost organization, Cost Book.
Attached screenshot below for reference.
Thanks.
Hi @OpKey-SURGE ,
Thanks for posting your question in Oracle Communities. While we transfer this post to the correct forum, please check the below KM note if it helps:Fusion CST: SQL That Can Fetch All The Records From Review Cost Accounting Distributions UI (Doc ID 2688621.1)
@Emily Cikovsky-Oracle Could you please help to transfer this post to Fusion forum.
Hi @Opkey PA
In Oracle Cloud, the relevant table for storing information about Cost Accounting Distributions is CC_COST_DISTRIBUTIONS. This table includes various columns that capture the details of cost accounting distributions, including:
You can query this table to retrieve the required information. Here’s a sample SQL query to get you started:
sqlCopy codeSELECT RUN_CONTROL_ID, PREPROCESSOR_STATUS, COST_PROCESSOR_STATUS, COST_ORGANIZATION_ID, COST_BOOK_IDFROM CC_COST_DISTRIBUTIONS;
This query will return the necessary columns you are looking for in the cost accounting distributions. Make sure to check your specific Oracle Cloud implementation, as table names and structures can vary slightly.
For further details, you may want to refer to Oracle's documentation or forums related to Cost Accounting in Oracle Cloud.
Thanks and regards,
Jayant Deshmukh
Very helpful & useful information.
Thank you very much @Sinduja Sekar-Oracle & @Jayant Ajayrao Deshmukh!
Hi, I'm new to OTBI & FDI and need your help. Is it possible to do a report to identify missing default expense account in FDI or OTBI? Thanks for your help.
Hi Team We are using SCM- Maintenance subject areas for reporting . We enabled the Asset related DFFs (CSE_ASSETS_B) under Data Configuration successfully but the Asset DFFs are not reflecting under Descriptive Flexfield Folder . We do not see any Asset folder even under the Descriptive Flexfield folder . Please advise if…
We made some changes in the Fusion UI, and those changes were reflected correctly in OTBI but not in FDI. To refresh the data in FDI, the Oracle support team advised me to reload the relevant functional area (Absence Management). I navigated to Application Administration → Human Capital Management, selected Absence…
Data are synchronized with Oracle HCM and I can see PN 2470, which was terminated in the past. If I add any assignment information I find no records, why?
In an analysis/report, when the Bottom Up Manager details are selected from the hierarchy, the Top Position Person record drops out. This is due to the fact that this top level position does not have a record in the Fusion table : PER_MANAGER_HRCHY_CF which is the source to load OAX$OAC.DW_MANAGER_CF_DH . The requirement…