DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_PROCESS_PVT dependencies on PO_INTERFACE_ERRORS_UTL

Line 8108: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;

8104: -- Bug 5215781:
8105: -- remove the errors for lines from po_interface_errors if those lines are supposed to be processed
8106: -- after the line where we hit the error tolerance; That means, we want to rollback the changes if
8107: -- error tolerance is reached at some point
8108: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
8109:
8110: FORALL i IN 1..l_remove_err_line_tbl.COUNT
8111: DELETE FROM PO_INTERFACE_ERRORS
8112: WHERE interface_line_id = l_remove_err_line_tbl(i);