DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_LINES

Line 2273: FROM po_lines

2269: -- each of these blanket lines.
2270: CURSOR document_lines_cursor is
2271: SELECT line_num,auction_header_id,auction_line_number,
2272: bid_number,bid_line_number
2273: FROM po_lines
2274: WHERE po_header_id=l_document_id;
2275:
2276: BEGIN
2277: