DBA Data[Home] [Help]

APPS.PO_LINES_SV5 dependencies on DUAL

Line 206: FROM DUAL

202:
203: --Checking if there is any destination_code = EXPENSE
204: SELECT 'EXPENSE'
205: INTO x_destination_code
206: FROM DUAL
207: WHERE EXISTS (
208: select destination_type_code
209: from po_distributions_all
210: where po_line_id = p_po_line_id