oks_extwarprgm_pvt.update_contract_ibreplace
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;