DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on WF_ACTIVITIES

Line 183: from wf_activities

179:
180: BEGIN
181: select RUNNABLE_FLAG
182: into lv_runnable_process
183: from wf_activities
184: where item_type = p_wf_item_type
185: and type = 'PROCESS'
186: and name = l_workflowprocess
187: and end_date is null;