DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_INTERFACE_ERRORS_UTL

Line 3203: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;

3199: -- remove the errors for price breaks from po_interface_errors if those records are supposed to be processed
3200: -- after the price break where we hit the error tolerance; And they do not belong to any line that has
3201: -- already been counted in g_errored_lines. That means, we want to rollback some changes on po_interface_errors
3202: -- if error tolerance is reached at some point
3203: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
3204:
3205: FORALL i IN 1..l_remove_err_line_loc_tbl.COUNT
3206: DELETE FROM PO_INTERFACE_ERRORS
3207: WHERE interface_line_location_id = l_remove_err_line_loc_tbl(i)