DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_LINES_ALL

Line 4343: From po_lines_all

4339: -- SQL why Requisition line does not store the line id
4340: -- Bug fix 2703592 - need to select from all table instead of po_lines
4341: Select po_line_id
4342: into x_source_line_id
4343: From po_lines_all
4344: Where po_header_id = x_source_doc_id
4345: And line_num = x_source_doc_line;
4346:
4347: end if;