DBA Data[Home] [Help]

APPS.OKC_CONTRACT_APPROVAL_PVT dependencies on WF_ACTIVITIES

Line 1017: from wf_activities

1013: and end_date is NULL;
1014: --
1015: cursor abort_csr is
1016: select '!'
1017: from wf_activities
1018: where item_type=l_wf_name_active
1019: and TYPE='PROCESS' and NAME='ABORT_PROCESS'
1020: ;
1021: --