DBA Data[Home] [Help]

APPS.OKS_IMPORT_VALIDATE dependencies on OKS_IMP_ERRORS

Line 5688: DELETE FROM OKS_IMP_ERRORS

5684: FND_MSG_PUB.initialize;
5685:
5686: l_stmt_num := 10;
5687: /* delete from errors table all the records related to the contracts which are going to be validated by this worker.*/
5688: DELETE FROM OKS_IMP_ERRORS
5689: WHERE HEADER_INTERFACE_ID IN (SELECT HEADER_INTERFACE_ID
5690: FROM OKS_HEADERS_INTERFACE
5691: WHERE rowid between P_rowid_from and P_rowid_to
5692: AND (INTERFACE_STATUS IS NULL OR INTERFACE_STATUS = 'R'));