DBA Data[Home] [Help]

APPS.FPA_MAIN_PROCESS_PVT dependencies on WF_ITEMS

Line 546: FROM wf_items

542: l_itemkey VARCHAR2(30);
543:
544: CURSOR C_abort_activepcwf IS
545: SELECT item_type,item_key,root_activity
546: FROM wf_items
547: WHERE item_type = 'FPAPJP'
548: AND (item_key = 'FPAL'|| p_pc_id OR item_key = 'FPAF'|| p_pc_id OR item_key = to_char(p_pc_id))
549: AND end_date IS NULL;
550: