DBA Data[Home] [Help]

APPS.PO_COPY_DOCUMENTS_S dependencies on DUAL

Line 185: from dual;

181: x_progress:= '005';
182:
183: select po_headers_s.nextval
184: into x_local_po_header_id
185: from dual;
186:
187: x_new_po_header_id:= x_local_po_header_id;
188:
189: x_progress:= '006';

Line 569: from dual;

565:
566: /* get the new line id */
567: select po_lines_s.nextval
568: into x_to_po_line_id
569: from dual;
570:
571: -- R11: User-defined tax defaulting enhancements. When copying a document where
572: -- new information is available which may affect the tax on the document,
573: -- re-default the tax here. For example when copying RFQs to Quotations,