Expenditure Items Have Cost_Distributed_Flag = 'Y' But There Are No Records in the PA_COST_DISTRIBUTION_LINES_ALL Table
(Doc ID 1536715.1)
Last updated on JANUARY 22, 2024
Applies to:
Oracle Project Costing - Version 11.5.10.2 and laterInformation in this document applies to any platform.
Symptoms
There are expenditure items where the cost_distributed_flag = 'Y' but there are no cost distribution lines. These are identified by running the query:
Select * from pa_expenditure_items_all eia
where COST_DISTRIBUTED_FLAG = 'Y'
and eia.expenditure_item_id not in (
select expenditure_item_id
from pa_cost_distribution_lines_all);
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |