DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on WF_ACTIVITIES

Line 176: from wf_activities

172:
173: begin
174: select runnable_flag
175: into lv_runnable_process
176: from wf_activities
177: where item_type = p_wf_item_type
178: and type = 'PROCESS'
179: and name = l_workflowprocess
180: and end_date is null;

Line 439: from wf_activities

435:
436: begin
437: select runnable_flag
438: into lv_runnable_process
439: from wf_activities
440: where item_type = p_wf_item_type
441: and type = 'PROCESS'
442: and name = l_workflowprocess
443: and end_date is null;