DBA Data[Home] [Help]

APPS.OKE_CONTRACT_APPROVAL_PVT dependencies on WF_ACTIVITIES

Line 672: from wf_activities

668: and end_date is NULL;
669: --
670: cursor abort_csr is
671: select '!'
672: from wf_activities
673: where item_type=l_wf_name_active
674: and TYPE='PROCESS' and NAME='ABORT_PROCESS'
675: ;
676: --