Projects - EBS (MOSC)

MOSC Banner

API Error while running PA_BUDGET_PUB.CREATE_DRAFT_BUDGET

edited Jan 30, 2014 11:42PM in Projects - EBS (MOSC) 9 commentsAnswered
Hi

While I am running API to created Draft budget, getting below error:

Budget Line with the specified Resource and Start Date already exists for the project

I already checked the note 1362676.1 for this error and ran the query given in that note, which returned NO rows.

SELECT pra.project_id,pbv.budget_version_id
,pra.task_id
,pra.resource_list_member_id
,pbv.budget_type_code
,pbv.fin_plan_type_id
FROM pa_resource_assignments pra
,pa_budget_versions pbv
WHERE PRA.BUDGET_VERSION_ID = PBV.BUDGET_VERSION_ID
AND pra.project_id = 9864;

Can anyone please help?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center