Projects - EBS (MOSC)

MOSC Banner

Approved Revenue Budget API Error

edited Aug 13, 2015 10:01AM in Projects - EBS (MOSC) 3 commentsAnswered
Hi,
I am having trouble creating an Approved Revenue Budget (AR) using the create_draft_budget api. I could create Approved Cost (AC) budget, but not AR budget. I have checked the setups and everything looks fine.

I am including my script, please let me know if I need to pass any other values into the API. The api returns the following error message : "Budget Entry Method does not allow Burden Cost to be passed".

Thanks,
Srikanth

set serveroutput on size 20000

DECLARE

-- variables needed for API standard parameters
   l_api_version_number              NUMBER         := 1.0;
   l_commit                            VARCHAR2(1)    := 'F';
   l_return_status                  VARCHAR2(1);

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