DBA Data[Home] [Help]

APPS.PO_REQUISITION_LINES_PKG dependencies on DUAL

Line 292: FROM DUAL

288: x_progress := '010';
289:
290: SELECT 1
291: INTO dummy
292: FROM DUAL
293: WHERE not exists (SELECT 1
294: FROM po_requisition_lines
295: WHERE line_num = X_line_num
296: AND requisition_header_id = X_req_header_id