DBA Data[Home] [Help]

APPS.FPA_MAIN_PROCESS_PVT dependencies on WF_ITEMS

Line 542: FROM wf_items

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