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!
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
We want a better grasp on what is considered custom data so we can plan ahead and scale properly before we get too big. Fortunately we are no where near the 50gb limit as found using the subject area for custom data but it doesn't tell us other than 'System' where the custom data is coming from. I found documentation here:…
Is there a way to refresh our development environments in OAC with production data? There a lot of developments that didn't make the cut into production and/or was only used for testing and we would like to clean up dashboards, datasets, data flows, etc… Possibly similar to how receive environment refreshes in our Oracle…
In FDI, most of the Hierarchy folder wont populating any data. This is one of the most required data from HR. Can anyone assist me how can I get that data in FDI.
Hello Oracle Team, Many organizations currently rely on both Oracle Transactional Business Intelligence (OTBI) and Oracle Fusion Data Intelligence (FDI) for reporting and analytics. While FDI continues to expand its subject area coverage, there are still several OTBI subject areas that are not yet available in FDI. Could…
Managers want the ability to assign delegates in Fusion Data Intelligence (FDI) so that delegated users can access and use reports on their behalf. Is that available in FDI now? If yes, anyone share docs about steps to implement that in FDI Thanks