Install Base and Asset Tracking - EBS (MOSC)

MOSC Banner

oks_extwarprgm_pvt.update_contract_ibreplace

edited Feb 23, 2016 8:22AM in Install Base and Asset Tracking - EBS (MOSC) Question

Hi,

We are in R12.2.4

This private api is not working as expected and throwing some errors in R12,whereas in 11i it was working fine.

please help us,if anyone have used this private api in R12 and if its working successfully.

we need some help ,below is the standalone api.

DECLARE

   l_return_status   VARCHAR2 (200) := NULL;

   l_return_mesg     VARCHAR2 (4000) := NULL;

l_msg_count VARCHAR2 (4000) := NULL;

   p_kdtl_tbl        oks_extwarprgm_pvt.contract_tbl;

   l_ctr number;

  

BEGIN

l_ctr :=1;

p_kdtl_tbl(l_ctr).old_cp_id                  := 1269401;--p_old_instance_id;

      p_kdtl_tbl(l_ctr).new_cp_id                 := 1219681;--p_new_instance_id;

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