DBA Data[Home] [Help]

APPS.PO_HEADERS_SV4 dependencies on DUAL

Line 262: from sys.dual

258: -- Replace Select count by Where Exists to improve performance
259:
260: select 1
261: into X_contract_count
262: from sys.dual
263: where exists
264: (SELECT 'Vendor has contract'
265: from po_headers ph
266: where ph.vendor_id = X_vendor_id