Lease and Finance Management - EBS (MOSC)

MOSC Banner

API to check Contract Approved or not

edited Apr 24, 2017 12:21PM in Lease and Finance Management - EBS (MOSC) 3 commentsAnswered ✓

Hello,

Please can anyone help me to find out any API which will after QA check when going for Submit for Approval ?

I found one but as i haven't used not sure:

Is the below one checks Contract is Approved or not?

okc_contract_approval_pub.k_approved

(p_contract_id => lx_chrid

,p_date_approved => sysdate

,x_return_status => lx_return_status

);

IF lx_return_status != 'S' THEN

dbms_output.put_line('Unable to Approve');

RAISE exc_failed;

END IF;

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