DBA Data[Home] [Help]

APPS.OKC_CHANGE_CONTRACT_PVT dependencies on WF_PURGE

Line 270: wf_purge.total(l_wf_name,l_key);

266: fetch for_purge_csr into L_Q;
267: close for_purge_csr;
268: if (L_Q = '!') then
269: begin
270: wf_purge.total(l_wf_name,l_key);
271: exception
272: when others then
273: begin
274: wf_purge.totalPerm(l_wf_name,l_key);

Line 274: wf_purge.totalPerm(l_wf_name,l_key);

270: wf_purge.total(l_wf_name,l_key);
271: exception
272: when others then
273: begin
274: wf_purge.totalPerm(l_wf_name,l_key);
275: exception
276: when others then
277: OKC_API.SET_MESSAGE(p_app_name => g_app_name,
278: p_msg_name => G_WF_NOT_PURGED,