DBA Data[Home] [Help]

APPS.OKL_VENDOR_PROGRAM_PVT dependencies on WF_ITEMS

Line 1591: FROM wf_items

1587:
1588: -- cursor to check active process
1589: Cursor l_wfitems_csr IS
1590: SELECT end_date
1591: FROM wf_items
1592: WHERE item_type = l_wf_name
1593: AND item_key = l_item_key;
1594:
1595: BEGIN