DBA Data[Home] [Help]

APPS.PO_PDOI_PRICE_TOLERANCE_PVT dependencies on WF_ITEMS_V

Line 111: FROM WF_ITEMS_V WI

107: -- check whether there is same item exist and open
108: BEGIN
109: SELECT 'Y', WI.end_date
110: INTO l_wf_item_exists, l_wf_item_end_date
111: FROM WF_ITEMS_V WI
112: WHERE WI.ITEM_TYPE = l_wf_item_type
113: AND WI.ITEM_KEY = l_wf_item_key;
114: EXCEPTION
115: WHEN NO_DATA_FOUND THEN