Categories
SQL query for Review Cost Accounting Distributions information tab details in detail

Hi Support,
SQL query for Cost information tab details in detail
Review Cost Accounting Distributions - Could anyone help me to get the SQL query to get cost component wise amount.
SQL query for Cost information tab details in detail
CST_LAYER_COSTS - Table hold amount in summary level not in detail.
Please provide the sql qery/joins to get component wise cost details in Inventory module.
Navigation —> Supply Chain Execution —> Cost Accounting —> Task —> Review Cost Accounting Distributions —> Query item —> Click on View Details
Answers
-
Hi Experts,
May I pls get the tables and joins for the same.
0 -
Hi Shiva,
Can you review below notes to see it helps
Fusion CST: SQL That Can Fetch All The Records From Review Cost Accounting Distributions UI (Doc ID 2688621.1)
Regards,
Priyaranjan0 -
This will not help me. I need Cost Information in details(all lines) as shown above mentioned screenshot.
0 -
Hi Experts,
May I please get an answer on this?
0 -
Please Look into the following query and modify it according to your needs.
SELECT CLC.*
FROM CST_LAYER_COSTS CLC
,CST_COST_DISTRIBUTIONS CCD
WHERE 1=1
AND CLC.DISTRIBUTION_ID = CCD.DISTRIBUTION_ID AND CLC.INVENTORY_ITEM_ID = :ITEM_ID
AND CLC.COST_REFERENCE = :PO_NOThanks.
0 -
Hi team,
How can we get transaction number column details in 'review cost accounting distribution' page.
Can anyone please help me.
Thansk & Regards,
Supriya
0