DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on WF_ACTIVITIES

Line 192: from wf_activities

188:
189: BEGIN
190: select RUNNABLE_FLAG
191: into lv_runnable_process
192: from wf_activities
193: where item_type = p_wf_item_type
194: and type = 'PROCESS'
195: and name = l_workflowprocess
196: and end_date is null;

Line 446: from wf_activities

442:
443: BEGIN
444: select RUNNABLE_FLAG
445: into lv_runnable_process
446: from wf_activities
447: where item_type = p_wf_item_type
448: and type = 'PROCESS'
449: and name = l_workflowprocess
450: and end_date is null;