Order Management - EBS (MOSC)

MOSC Banner

How to update a Blanket Salse Agreement(BSA) by grogram in 12.1.3?

edited Sep 8, 2015 10:06AM in Order Management - EBS (MOSC) 1 commentAnswered

Hi All,

I use the public API OE_BLANKET_PUB.Process_Blanket to create Blanket Salse Agreement(BSA), However, this API is only for CREATE not for UPDATE.

-- validation Lines from Process_Blanket API for the blanket header

IF l_header_rec.operation NOT IN ( 'INSERT','CREATE') THEN

   FND_MESSAGE.SET_NAME('ONT','ONT_BSA_BATCH');

   OE_MSG_PUB.Add;

   x_return_status := FND_API.G_RET_STS_ERROR;

   RAISE FND_API.G_EXC_ERROR;

END IF;

I submited a SR for this issue, and got the reply that this bug will be enhanced in a future release.

However, we have an urgent user requiremtne that need to update BSA by current program,

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