API Error while running PA_BUDGET_PUB.CREATE_DRAFT_BUDGET
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?