DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_PVT dependencies on OKC_QA_ERRORS_T

Line 3541: delete from OKC_QA_ERRORS_T qa

3537:
3538: --Initialize the return code
3539: retcode := 0;
3540:
3541: delete from OKC_QA_ERRORS_T qa
3542: where creation_date <= sysdate - l_num_days;
3543:
3544: commit;
3545: