DBA Data[Home] [Help]

APPS.PO_PDOI_PRICE_TOLERANCE_PVT dependencies on WF_ITEMS_V

Line 117: FROM WF_ITEMS_V WI

113: -- check whether there is same item exist and open
114: BEGIN
115: SELECT 'Y', WI.end_date
116: INTO l_wf_item_exists, l_wf_item_end_date
117: FROM WF_ITEMS_V WI
118: WHERE WI.ITEM_TYPE = l_wf_item_type
119: AND WI.ITEM_KEY = l_wf_item_key;
120: EXCEPTION
121: WHEN NO_DATA_FOUND THEN