DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PUB dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 4465: wf_item_activity_statuses_v wfi

4461: select wfi.notification_id,
4462: wfi.item_type,
4463: wfi.item_key
4464: from pa_wf_processes pwp,
4465: wf_item_activity_statuses_v wfi
4466: where pwp.entity_key2 = p_action_id
4467: and pwp.item_type ='PAWFCIAC'
4468: and wfi.item_type = pwp.item_type
4469: and wfi.item_key = pwp.item_key