DBA Data[Home] [Help]

APPS.PO_REQUISITION_HEADERS_PKG dependencies on PO_HISTORY_REQUISITIONS

Line 343: FROM po_history_requisitions phr

339: WHERE Segment1 = X_Segment1
340: AND ((X_Rowid IS NULL) OR (ROWID <> X_ROWID)))
341: AND NOT EXISTS
342: ( SELECT 1
343: FROM po_history_requisitions phr
344: WHERE phr.segment1 = X_Segment1);
345:
346: EXCEPTION
347: WHEN NO_DATA_FOUND THEN