Lease and Finance Management - EBS (MOSC)

MOSC Banner

Update :Service contract header using API

edited Oct 29, 2014 10:00AM in Lease and Finance Management - EBS (MOSC) 3 commentsAnswered

Hi

I tried to update service contract header using    OKC_CONTRACT_PUB.UPDATE_CONTRACT_HEADER api but when i executed below script i am getting error message as 'U'

I am unable to understand where i am going wrong here. Could you please guide in correct path.

Thanks

Challa

DECLARE

L_Return_Status VARCHAR2(200);

  L_Msg_Count NUMBER;

L_Msg_Data VARCHAR2(200);

L_Msg_Index_Out NUMBER;

L_Data VARCHAR2(2000);

Header_Rec  okc_contract_pvt.chrv_rec_type;

Header_Out  okc_contract_pvt.chrv_rec_type;

BEGIN

------ Update CONTRACT HEADER ---------------------

Header_Rec.contract_number := 'LLNW-17197';

  Header_Rec.estimated_amount:=200;

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