DBA Data[Home] [Help]

APPS.PO_REQUISITION_LINES_PKG dependencies on DUAL

Line 297: FROM DUAL

293: x_progress := '010';
294:
295: SELECT 1
296: INTO dummy
297: FROM DUAL
298: WHERE not exists (SELECT 1
299: FROM po_requisition_lines
300: WHERE line_num = X_line_num
301: AND requisition_header_id = X_req_header_id