My Oracle Support Banner

R12:PA:ADJ_EI_NOT_DISTRIBUTED - Ran The Total Burden Cost Process And It Gave These Errors In Production (Doc ID 2312417.1)

Last updated on DECEMBER 10, 2024

Applies to:

Oracle Project Costing - Version 12.1.3 and later
Information in this document applies to any platform.

Symptoms

Navigate projects > Run process Total Burdened Costs > See this error

ADJ_EI_NOT_DISTRIBUTED

The following sql can be used to identify this data issue:

select * from pa_expenditure_items_all where expenditure_item_id in (
SELECT adjusted_expenditure_item_id
FROM pa_expenditure_items_all ei1
WHERE ind_cost_dist_rejection_code LIKE 'ADJ_EI_NOT_DISTRIBUTED'
AND adjusted_expenditure_item_id IS NOT NULL
AND NOT EXISTS
(SELECT 1
FROM pa_cost_distribution_lines_all cdl
WHERE cdl.expenditure_item_id = ei1.expenditure_item_id
AND cdl.line_type IN ('C','D')
));

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.