DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_UTIL dependencies on PO_LINES_ALL

Line 2642: FROM po_lines_all

2638:
2639: -- Changed the above line to handle the BPA case only
2640: IF ( l_idv_line_id IS NOT NULL) THEN
2641: SELECT clm_total_amount_ordered, clm_total_quantity_ordered INTO l_amt_ordered_idv_line, l_qty_ordered_idv_line
2642: FROM po_lines_all
2643: WHERE po_line_id = l_idv_line_id;
2644: END IF;
2645:
2646: d_progress := 10;

Line 2778: UPDATE po_lines_all SET clm_total_amount_ordered = l_amt_ordered_idv_line, clm_total_quantity_ordered = l_qty_ordered_idv_line

2774:
2775: d_progress := 80;
2776: -- Changed the above line to handle the BPA case only
2777: IF l_idv_line_id IS NOT NULL THEN
2778: UPDATE po_lines_all SET clm_total_amount_ordered = l_amt_ordered_idv_line, clm_total_quantity_ordered = l_qty_ordered_idv_line
2779: WHERE po_line_id = l_idv_line_id;
2780: END IF;
2781:
2782: END IF; -- l_idv_header_id is not null