DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_PROCESS_PVT dependencies on PO_INTERFACE_ERRORS

Line 9072: -- remove the errors for lines from po_interface_errors if those lines are supposed to be processed

9068:
9069: d_position := 60;
9070:
9071: -- Bug 5215781:
9072: -- remove the errors for lines from po_interface_errors if those lines are supposed to be processed
9073: -- after the line where we hit the error tolerance; That means, we want to rollback the changes if
9074: -- error tolerance is reached at some point
9075: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
9076:

Line 9075: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;

9071: -- Bug 5215781:
9072: -- remove the errors for lines from po_interface_errors if those lines are supposed to be processed
9073: -- after the line where we hit the error tolerance; That means, we want to rollback the changes if
9074: -- error tolerance is reached at some point
9075: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
9076:
9077: FORALL i IN 1..l_remove_err_line_tbl.COUNT
9078: DELETE FROM PO_INTERFACE_ERRORS
9079: WHERE interface_line_id = l_remove_err_line_tbl(i);

Line 9078: DELETE FROM PO_INTERFACE_ERRORS

9074: -- error tolerance is reached at some point
9075: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
9076:
9077: FORALL i IN 1..l_remove_err_line_tbl.COUNT
9078: DELETE FROM PO_INTERFACE_ERRORS
9079: WHERE interface_line_id = l_remove_err_line_tbl(i);
9080:
9081: d_position := 70;
9082: