DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 2681: wf_item_activity_statuses_v wfi

2677: select wfi.notification_id,
2678: wfi.item_type,
2679: wfi.item_key
2680: from pa_wf_processes pwp,
2681: wf_item_activity_statuses_v wfi
2682: where pwp.entity_key2=p_action_id
2683: and pwp.item_type='PAWFCIAC'
2684: and wfi.item_type = pwp.item_type
2685: and wfi.item_key = pwp.item_key