DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on WF_ACTIVITIES

Line 167: from wf_activities

163:
164: begin
165: select runnable_flag
166: into lv_runnable_process
167: from wf_activities
168: where item_type = p_wf_item_type
169: and type = 'PROCESS'
170: and name = l_workflowprocess
171: and end_date is null;