DBA Data[Home] [Help]

APPS.OKS_IMPORT_VALIDATE dependencies on OKS_IMP_ERRORS

Line 5832: DELETE FROM OKS_IMP_ERRORS

5828: FND_MSG_PUB.initialize;
5829:
5830: l_stmt_num := 10;
5831: /* delete from errors table all the records related to the contracts which are going to be validated by this worker.*/
5832: DELETE FROM OKS_IMP_ERRORS
5833: WHERE HEADER_INTERFACE_ID IN (SELECT HEADER_INTERFACE_ID
5834: FROM OKS_HEADERS_INTERFACE
5835: WHERE rowid between P_rowid_from and P_rowid_to
5836: AND (INTERFACE_STATUS IS NULL OR INTERFACE_STATUS = 'R'));