DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on PSA_XLA_DIST_LINKS_LOGS

Line 7446: DELETE from psa_xla_dist_links_logs

7442: -- ========================= FND LOG =============================
7443:
7444: -- ========================= FND LOG =============================
7445:
7446: DELETE from psa_xla_dist_links_logs
7447: where (sysdate - creation_date) >= p_purge_days;
7448:
7449: -- =========================== FND LOG ===========================
7450: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_dist_links_logs deleted ' || SQL%ROWCOUNT || ' rows');

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

7446: DELETE from psa_xla_dist_links_logs
7447: where (sysdate - creation_date) >= p_purge_days;
7448:
7449: -- =========================== FND LOG ===========================
7450: psa_utils.debug_other_string(g_state_level,l_full_path, ' Delete psa_xla_dist_links_logs deleted ' || SQL%ROWCOUNT || ' rows');
7451: -- ========================= FND LOG =============================
7452:
7453: end if;
7454:

Line 9247: INSERT INTO psa_xla_dist_links_logs

9243: VALUES xla_ae_headers(i);
9244:
9245:
9246: FORALL i IN 1 .. xla_distribution_links.count
9247: INSERT INTO psa_xla_dist_links_logs
9248: VALUES xla_distribution_links(i);
9249: COMMIT;
9250:
9251: END debug_xla_insert ;