DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on PSA_XLA_ACCOUNTING_ERRORS

Line 7489: DELETE from psa_xla_accounting_errors

7485: END LOOP; -- Bug 10171221
7486:
7487: if p_purge_days > 0 then
7488:
7489: DELETE from psa_xla_accounting_errors
7490: where (sysdate - creation_date) >= p_purge_days;
7491:
7492: -- =========================== FND LOG ===========================
7493: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_accounting_errors deleted ' || SQL%ROWCOUNT || ' rows');

Line 7493: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_accounting_errors deleted ' || SQL%ROWCOUNT || ' rows');

7489: DELETE from psa_xla_accounting_errors
7490: where (sysdate - creation_date) >= p_purge_days;
7491:
7492: -- =========================== FND LOG ===========================
7493: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_accounting_errors deleted ' || SQL%ROWCOUNT || ' rows');
7494: -- ========================= FND LOG =============================
7495:
7496: DELETE from psa_bc_accounting_errors
7497: where (sysdate - creation_date) >= p_purge_days;