DBA Data[Home] [Help]

APPS.OKC_RENEW_PUB dependencies on OKS_RENEW_PUB

Line 247: oks_renew_pub.renew

243: -- set org context
244: okc_context.set_okc_org_context(p_chr_id => p_renew_in_parameters_rec.p_contract_id);
245:
246: -- change dynamic sql to static sql call (skekkar)
247: oks_renew_pub.renew
248: (p_api_version => 1,
249: p_init_msg_list => OKC_API.G_FALSE,
250: x_return_status => x_return_status,
251: x_msg_count => x_msg_count,

Line 261: l_proc:='BEGIN OKS_RENEW_PUB.RENEW(:a ,:b ,:c,:d,:e,:f,:g,:h); END; ';

257:
258: /*
259: -- bug 4777431 , change dynamic sql call to static (skekkar)
260: --dbms_output.put_line('san dbms start immediate');
261: l_proc:='BEGIN OKS_RENEW_PUB.RENEW(:a ,:b ,:c,:d,:e,:f,:g,:h); END; ';
262:
263:
264: EXECUTE IMMEDIATE l_proc
265: using 1,OKC_API.G_FALSE, OUT x_return_status, OUT x_msg_count,

Line 274: --anjkumar from R12, if OKS_RENEW_PUB.RENEW is not defined/compiled

270: --dbms_output.put_line('san dbms end immeditae');
271: g_prerenew_in_parameters_rec :=l_renew_in_parameters_rec;
272: EXCEPTION
273:
274: --anjkumar from R12, if OKS_RENEW_PUB.RENEW is not defined/compiled
275: --throw the error as it is, do not attempt to use OKC_RENEW_PUB.RENEW
276: /*
277: WHEN l_renew_not_found then
278: --dbms_output.put_line('san dbms l_renew_not_found');