DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_LINES_ALL

Line 4668: From po_lines_all

4664: -- SQL why Requisition line does not store the line id
4665: -- Bug fix 2703592 - need to select from all table instead of po_lines
4666: Select po_line_id
4667: into x_source_line_id
4668: From po_lines_all
4669: Where po_header_id = x_source_doc_id
4670: And line_num = x_source_doc_line;
4671:
4672: end if;