DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_LINES

Line 2192: FROM po_lines

2188: -- each of these blanket lines.
2189: CURSOR document_lines_cursor is
2190: SELECT line_num,auction_header_id,auction_line_number,
2191: bid_number,bid_line_number
2192: FROM po_lines
2193: WHERE po_header_id=l_document_id;
2194:
2195: BEGIN
2196: