DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 2438: wf_item_activity_statuses_v wfi

2434: select wfi.notification_id,
2435: wfi.item_type,
2436: wfi.item_key
2437: from pa_wf_processes pwp,
2438: wf_item_activity_statuses_v wfi
2439: where pwp.entity_key2=p_action_id
2440: and pwp.item_type='PAWFCIAC'
2441: and wfi.item_type = pwp.item_type
2442: and wfi.item_key = pwp.item_key