DBA Data[Home] [Help]

APPS.PO_LINE_TYPES_SV dependencies on DUAL

Line 560: FROM dual

556: --Remove all the cursor's with exists clauses.
557: --SQL ID : 28308519, 28308573, 28308549
558: SELECT 'Lines Exist'
559: into l_transactions_exist
560: FROM dual
561: where EXISTS (SELECT 'Req Lines Exist'
562: From po_requisition_lines_all PRL
563: WHERE PRL.line_type_id = p_line_type_id)
564: