Lease and Finance Management - EBS (MOSC)

MOSC Banner

Error while submitting the API - OKS_IMPORT_LINE_PUB.Update_Contract_Line

edited Jan 26, 2017 4:00AM in Lease and Finance Management - EBS (MOSC) 3 commentsAnswered

Hi

I tried to update a service contract line which is in 'SIGNED' status using the API - OKS_IMPORT_LINE_PUB.Update_Contract_Line. But I got the API return status as 'E' with the message - OKC_CONTRACTS_INVALID_VALUE (COL_NAME=sts_code). I have tried with the status code 'SIGNED' and  'ENTERED'. But still getting the same error. Below is the script which I used.

DECLARE

l_return_status VARCHAR2(10);

l_msg_count NUMBER;

l_msg_data VARCHAR2(1000);

l_msg_index_out NUMBER;

l_contract_id VARCHAR2(100);

l_line_tbl OKS_IMPORT_LINE_PUB.line_tbl_type;

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