DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on WF_ITEMS

Line 92: FROM wf_items

88:
89: -- cursor to check active process
90: Cursor l_wfitems_csr Is
91: SELECT end_date
92: FROM wf_items
93: WHERE item_type = l_wf_name
94: AND item_key = l_item_key;
95: BEGIN
96: