DBA Data[Home] [Help]

APPS.OKE_CONTRACT_APPROVAL_PVT dependencies on WF_PURGE

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

203: fetch for_purge_csr into L_Q;
204: close for_purge_csr;
205: if (L_Q = '!') then
206: begin
207: wf_purge.total(l_wf_name,l_key);
208: exception
209: when others then
210: begin
211: wf_purge.totalPerm(l_wf_name,l_key);

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

207: wf_purge.total(l_wf_name,l_key);
208: exception
209: when others then
210: begin
211: wf_purge.totalPerm(l_wf_name,l_key);
212: exception
213: when others then
214: OKE_API.SET_MESSAGE(p_app_name => g_app_name,
215: p_msg_name => G_WF_NOT_PURGED,

Line 769: wf_purge.total(l_wf_name_active,l_key);

765: if (L_FINAL_APPROVER_UNAME = L_INITIATOR_NAME) then
766: L_FINAL_APPROVER_UNAME := NULL;
767: end if;
768: begin
769: wf_purge.total(l_wf_name_active,l_key);
770: exception
771: when others then
772: begin
773: wf_purge.totalPerm(l_wf_name_active,l_key);

Line 773: wf_purge.totalPerm(l_wf_name_active,l_key);

769: wf_purge.total(l_wf_name_active,l_key);
770: exception
771: when others then
772: begin
773: wf_purge.totalPerm(l_wf_name_active,l_key);
774: exception
775: when others then
776: OKE_API.SET_MESSAGE(p_app_name => g_app_name,
777: p_msg_name => G_WF_NOT_PURGED,