DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_INTERFACE_ERRORS_UTL

Line 3421: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;

3417: -- remove the errors for price breaks from po_interface_errors if those records are supposed to be processed
3418: -- after the price break where we hit the error tolerance; And they do not belong to any line that has
3419: -- already been counted in g_errored_lines. That means, we want to rollback some changes on po_interface_errors
3420: -- if error tolerance is reached at some point
3421: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
3422:
3423: FORALL i IN 1..l_remove_err_line_loc_tbl.COUNT
3424: DELETE FROM PO_INTERFACE_ERRORS
3425: WHERE interface_line_location_id = l_remove_err_line_loc_tbl(i)