DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on OKC_QA_ERRORS_T

Line 3499: delete from OKC_QA_ERRORS_T qa

3495:
3496: --Initialize the return code
3497: retcode := 0;
3498:
3499: delete from OKC_QA_ERRORS_T qa
3500: where creation_date <= sysdate - l_num_days;
3501:
3502: commit;
3503: